Axiom.Math.Collections.BaseCollection.BaseCollection C# (CSharp) Method

BaseCollection() public method

public BaseCollection ( ) : System
return System
        public BaseCollection()
        {
            objectList = new ArrayList( INITIAL_CAPACITY );
        }