An NDoc Documented Class Library |
|
ChainBase.addCommands Method
Adds list if ICommands to current IChain instance.
[Visual Basic]
NotOverridable Public Sub addCommands( _
ByVal
commands As
IList _
) _
[C#]
public
void addCommands(
IList commands);
Parameters
-
commands
- list of ICommands to add
Implements
IChain.addCommands
See Also
ChainBase Class | NChain Namespace