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

RemoveGap() public method

Removes the gap.
public RemoveGap ( int idx ) : void
idx int The index.
return void
        public void RemoveGap(int idx)
        {
            IndexList.Gaps.Remove(idx);
        }