Modifier

IndexerReference<TOperand,TItem>.Indices Property

Definition

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

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

Property Value

The indices of the element in the indexer array.

Attributes

Remarks

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

Applies to