Compartir a través de


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 Expression objetos que representan los argumentos para el constructor.

Comentarios

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

Se aplica a