An NDoc Documented Class Library |
|
ChainBase Constructor (IList)
Constructor. Allows to initialize IChain instance that will contain list of commands passed by constructor's parameter.
[Visual Basic]
Overloads Public Sub New( _
ByVal
commands As
IList _
)
[C#]
public ChainBase(
IList commands);
Parameters
-
commands
- list of commands that should belong to created IChain
See Also
ChainBase Class | NChain Namespace | ChainBase Constructor Overload List