NewExpression.Arguments Eigenschaft

Definition

Ruft die an den Konstruktor zu übergebenden Argumente ab.

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 Auflistung von Expression-Objekten, die die Argumente des Konstruktors darstellt.

Hinweise

Die Arguments -Eigenschaft ist eine leere Auflistung, wenn der Konstruktor keine Argumente akzeptiert.

Gilt für: