NewExpression.Arguments Propriété

Définition

Obtient les arguments pour le constructeur.

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)

Valeur de propriété

Collection d’objets Expression qui représentent les arguments pour le constructeur.

Remarques

La Arguments propriété est une collection vide si le constructeur ne prend aucun argument.

S’applique à