LibiadaCore.Core.Chain.Chain C# (CSharp) Method

Chain() public method

Initializes a new instance of the Chain class.
public Chain ( ) : System.Collections.Generic
return System.Collections.Generic
        public Chain()
        {
        }

Same methods

Chain::Chain ( List source ) : System.Collections.Generic
Chain::Chain ( int length ) : System.Collections.Generic
Chain::Chain ( int building, Alphabet alphabet ) : System.Collections.Generic
Chain::Chain ( int building, Alphabet alphabet, long id ) : System.Collections.Generic
Chain::Chain ( string source ) : System.Collections.Generic