Compartilhar via


IndexExpression.Arguments Propriedade

Definição

Obtém os argumentos que será usado para indexar a propriedade ou a matriz.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::Expression ^> ^ Arguments { System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::Expression ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression> Arguments { get; }
member this.Arguments : System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression>
Public ReadOnly Property Arguments As ReadOnlyCollection(Of Expression)

Valor da propriedade

A coleção somente leitura que contém os argumentos que serão usados para indexar a propriedade ou a matriz.

Aplica-se a