IndexCollectionItem(Int32) Property

Gets or sets the index in the IndexCollection corresponding the specified position.

Definition

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

Parameters

position  Int32
The position of the index to get or set.

Property Value

Int32
The index at the specified position.

Implements

IListTItemInt32
IReadOnlyListTItemInt32

Exceptions

ArgumentOutOfRangeExceptionvalue is negative.
-or-
position is negative or greater than or equal to Count.

See Also