An NDoc Documented Class Library

ChainBase.addCommand Method 

Adds ICommand to tail of current IChain instance.

[Visual Basic]
NotOverridable Public Sub addCommand( _
   ByVal command As ICommand _
) _
    Implements IChain.addCommand
[C#]
public void addCommand(
   ICommand command
);

Parameters

command
ICommand that should be added to IChain

Implements

IChain.addCommand

See Also

ChainBase Class | NChain Namespace