GitSharp.Core.Util.IntList.IntList C# (CSharp) Method

IntList() public method

Create an empty list with a default capacity.
public IntList ( ) : System
return System
        public IntList()
            : this(10)
        {
        }

Same methods

IntList::IntList ( int capacity ) : System