Бөлісу құралы:


MultidimensionalArrayItemReference<TItem>.Indices Свойство

Определение

Возвращает коллекцию аргументов, которые представляют индексы элемента в массиве.

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

Значение свойства

Collection<InArgument<Int32>>

Индекс элемента в массиве.

Комментарии

Свойство Indices доступно только для чтения, но элементы и индексы в коллекции можно изменять.

Применяется к