MethodCallExpression.Arguments Eigenschaft

Definition

Ruft eine Auflistung von Ausdrücken ab, die Argumente der aufgerufenen Methode darstellen.

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)

Eigenschaftswert

ReadOnlyCollection<Expression>

Eine ReadOnlyCollection<T> von Expression-Objekten, das die Argumente der aufgerufenen Methode darstellt.

Gilt für