Share via


NewExpression.Arguments Vlastnost

Definice

Získá argumenty konstruktoru.

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)

Hodnota vlastnosti

Kolekce Expression objektů, které představují argumenty konstruktoru.

Poznámky

Vlastnost Arguments je prázdná kolekce, pokud konstruktor nepřijímá žádné argumenty.

Platí pro