Bagikan melalui


MethodCallExpression.Arguments Properti

Definisi

Mendapatkan kumpulan ekspresi yang mewakili argumen dari metode yang disebut.

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)

Nilai Properti

Objek ReadOnlyCollection<T>Expression yang mewakili argumen ke metode yang disebut.

Berlaku untuk