IndexPartitionTItem Property

Gets the IndexCollection part corresponding to the specified identifier.

Definition

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

Parameters

partIdentifier  T
The part identifier.

Property Value

IndexCollection
The indexes in the identified part.

Exceptions

ArgumentNullExceptionpartIdentifier is null.
ArgumentExceptionpartIdentifier is not the identifier of any part in the IndexPartitionT.

See Also