ElementInit.Arguments Eigenschaft

Definition

Ruft die Auflistung von Argumenten ab, die an eine Methode übergeben werden, die einer Auflistung ein Element IEnumerable hinzufügt.

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

Ein ReadOnlyCollection<T> Objekt Expression , das die Argumente für eine Methode darstellt, die einer Auflistung ein Element hinzufügt.

Gilt für: