IndexPartitionTItem Property
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public IndexCollection this[
T partIdentifier
] { get; }
Public ReadOnly Default Property Item (
partIdentifier As T
) As IndexCollection
Get
public:
property IndexCollection^ default[T partIdentifier] {
IndexCollection^ get (T partIdentifier);
}
member Item : IndexCollection with get
- partIdentifier T
- The part identifier.
IndexCollectionThe indexes in the identified part.