Default constructor. Creates empty IChain.
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);
ChainBase Class | NChain Namespace