IndexCollectionItem(IndexCollection) Property

Gets the indexes in the IndexCollection corresponding to the specified positions.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public IndexCollection this[
	IndexCollection positions
] { get; }

Parameters

positions  IndexCollection
The positions of the indexes to get.

Property Value

IndexCollection
The collection of indexes at the specified positions.

Exceptions

ArgumentNullExceptionpositions is null.
ArgumentOutOfRangeExceptionpositions contains a value which is negative or greater than or equal to Count.

See Also