MultidimensionalArrayItemReference<TItem>.Indices Property

Definition

Gets a collection of arguments that represent the indices of the element in the array.

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

Property Value

The indices of the element in the array.

Remarks

The Indices property is read-only, but the items in the collection can be modified and the indices can be changed.

Applies to