IndexCollection

class IndexCollection : System.Collections.ObjectModel.Collection<Int32>, System.Collections.Generic.IList<Int32>, System.Collections.Generic.ICollection<Int32>, System.Collections.Generic.IEnumerable<Int32>, System.Collections.IEnumerable, System.Collections.IList, System.Collections.ICollection, System.Collections.Generic.IReadOnlyList<Int32>, System.Collections.Generic.IReadOnlyCollection<Int32>

Provides methods for maintaining a list of index values.

public void AddRange(System.Collections.Generic.IEnumerable<Int32> indices)

Add a range of indices to the collection.

Parameters:
  • indices (System.Collections.Generic.IEnumerable<Int32>) – A collection of indices to add.