IndexExpression.Arguments Propriété

Définition

Obtient les arguments qui seront utilisés pour indexer la propriété ou le tableau.

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)

Valeur de propriété

Collection en lecture seule contenant les arguments qui seront utilisés pour indexer la propriété ou le tableau.

S’applique à