NewExpression.Arguments Propriedade

Definição

Faz chegar os argumentos ao construtor.

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 Propriedade

Uma coleção de Expression objetos que representam os argumentos para o construtor.

Observações

A Arguments propriedade é uma coleção vazia se o construtor não aceitar argumentos.

Aplica-se a