Removes the specified indexes from the set.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public void RemoveIndexes( IEnumerable<int> indexes )
Parameters
- indexes
- Type: System.Collections.GenericIEnumerableInt32
The indexes.
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException | If any index in indexes >= Capacity. |
Version Information
See Also