Share via


ElementInit.Arguments Özellik

Tanım

Bir koleksiyona öğe IEnumerable ekleyen bir yönteme geçirilen bağımsız değişkenlerin koleksiyonunu 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

Bir ReadOnlyCollection<T> koleksiyona Expression öğe ekleyen bir yöntemin bağımsız değişkenlerini temsil eden nesnelerden biri.

Şunlara uygulanır