IndexExpression.Arguments Propiedad

Definición

Obtiene los argumentos que se usarán para indexar la propiedad o 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 de propiedad

Colección de solo lectura que contiene los argumentos que se usarán para indexar la propiedad o matriz.

Se aplica a