Aracılığıyla paylaş


MultidimensionalArrayItemReference<TItem>.Indices Özellik

Tanım

Dizideki öğenin dizinlerini temsil eden bağımsız değişkenler koleksiyonunu alır.

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))

Özellik Değeri

Collection<InArgument<Int32>>

Dizideki öğe dizinleri.

Açıklamalar

Indicesözelliği salt okunurdur, ancak koleksiyondaki öğeler değiştirilebilir ve dizinler değiştirilebilir.

Şunlara uygulanır