GitSharp.Core.Util.IntList.IntList C# (CSharp) Метод

IntList() публичный Метод

Create an empty list with a default capacity.
public IntList ( ) : System
Результат System
        public IntList()
            : this(10)
        {
        }

Same methods

IntList::IntList ( int capacity ) : System