Click or drag to resize

IndexCollectionItem Property (IndexCollection)

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

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public IndexCollection this[
	IndexCollection positions
] { get; }

Parameters

positions
Type: Novacta.AnalyticsIndexCollection
The positions of the indexes to get.

Property Value

Type: IndexCollection
The collection of indexes at the specified positions.
Exceptions
ExceptionCondition
ArgumentNullExceptionpositions is null.
ArgumentOutOfRangeExceptionpositions contains a value which is negative or greater than or equal to Count.
See Also