Axiom.Math.Collections.BaseCollection.BaseCollection C# (CSharp) 메소드

BaseCollection() 공개 메소드

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