An NDoc Documented Class Library

ChainBase Constructor

Default constructor. Creates empty IChain.

Overload List

Default constructor. Creates empty IChain.

public ChainBase();

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

public ChainBase(ICommand);

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

public ChainBase(IList);

See Also

ChainBase Class | NChain Namespace