GitSharp.Index.Index C# (CSharp) Method

Index() public method

public Index ( ) : System
return System
        public Index()
        {
            Entries = new List<IndexEntry>();
        }