MethodCallExpression.Arguments Egenskap

Definition

Hämtar en samling uttryck som representerar argument för den anropade metoden.

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)

Egenskapsvärde

En ReadOnlyCollection<T> av Expression objekt som representerar argumenten till den anropade metoden.

Gäller för