Microsoft.Zing.WithList.WithList C# (CSharp) Method

WithList() public method

public WithList ( ) : System.Collections.Generic
return System.Collections.Generic
        public WithList()
        {
            this.elements = new With[16];
        }

Same methods

WithList::WithList ( int capacity ) : System.Collections.Generic