An NDoc Documented Class Library

ChainBase Constructor (ICommand)

Constructor. Allows to initialize IChain instance that will contain ICommand passed by constructor's parameter.

[Visual Basic]
Overloads Public Sub New( _
   ByVal command As ICommand _
)
[C#]
public ChainBase(
   ICommand command
);

Parameters

command
ICommand that should be used to initialize IChain(head of the IChain)

See Also

ChainBase Class | NChain Namespace | ChainBase Constructor Overload List