Dev2.Data.Binary_Objects.IndexIterator.MaxIndex C# (CSharp) Method

MaxIndex() public method

Maximums the index.
public MaxIndex ( ) : int
return int
        public int MaxIndex()
        {
            return IndexList.GetMaxIndex();
        }