IndexCollectionItem(IndexCollection) Property
Gets the indexes in the
IndexCollection corresponding to
the specified positions.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public IndexCollection this[
IndexCollection positions
] { get; }
Public ReadOnly Default Property Item (
positions As IndexCollection
) As IndexCollection
Get
public:
property IndexCollection^ default[IndexCollection^ positions] {
IndexCollection^ get (IndexCollection^ positions);
}
member Item : IndexCollection with get
- positions IndexCollection
- The positions of the indexes to get.
IndexCollectionThe collection of indexes at the specified positions.