NewExpression.Arguments Propiedad

Definición

Obtiene los argumentos del constructor.

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)

Valor de propiedad

Colección de objetos Expression que representan los argumentos del constructor.

Comentarios

La Arguments propiedad es una colección vacía si el constructor no toma ningún argumento.

Se aplica a