Dev2.Data.Binary_Objects.ListIndexIterator.FetchGaps C# (CSharp) Method

FetchGaps() public method

public FetchGaps ( ) : HashSet
return HashSet
        public HashSet<int> FetchGaps()
        {
            throw new NotImplementedException();
        }