InvocationExpression.Arguments Özellik

Tanım

Temsilci veya lambda ifadesinin uygulandığı bağımsız değişkenleri alır.

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)

Özellik Değeri

Temsilcinin ReadOnlyCollection<T>Expression uygulandığı bağımsız değişkenleri temsil eden nesnelerden biri.

Şunlara uygulanır