System.Collections.CollectionBase.CollectionBase C# (CSharp) Method

CollectionBase() protected method

protected CollectionBase ( int capacity )
capacity int
        protected CollectionBase(int capacity) { }
        public int Capacity { get { throw null; } set { } }

Same methods

CollectionBase::CollectionBase ( )