Dev2.Data.Binary_Objects.ListIndexIterator.RemoveGap C# (CSharp) Méthode

RemoveGap() public méthode

public RemoveGap ( int idx ) : void
idx int
Résultat void
        public void RemoveGap(int idx)
        {
            IndexList.Indexes.Remove(idx);
        }