Udostępnij za pośrednictwem


MultidimensionalArrayItemReference<TItem>.Indices Właściwość

Definicja

Pobiera kolekcję argumentów reprezentujących indeksy elementu w tablicy.

public:
 property System::Collections::ObjectModel::Collection<System::Activities::InArgument<int> ^> ^ Indices { System::Collections::ObjectModel::Collection<System::Activities::InArgument<int> ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Activities.InArgument<int>> Indices { get; }
member this.Indices : System.Collections.ObjectModel.Collection<System.Activities.InArgument<int>>
Public ReadOnly Property Indices As Collection(Of InArgument(Of Integer))

Wartość właściwości

Indeksy elementu w tablicy.

Uwagi

Właściwość Indices jest tylko do odczytu, ale elementy w kolekcji można modyfikować, a indeksy można zmienić.

Dotyczy