ElementInit.Arguments Eigenschaft

Definition

Ruft die Auflistung von Argumenten ab, die an eine Methode übergeben werden, die einer IEnumerable-Auflistung ein Element 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

Eine ReadOnlyCollection<T> von Expression-Objekten, die die Argumente für eine Methode darstellen, die einer Auflistung ein Element hinzufügt.

Gilt für: