NewExpression.Arguments Propriedade

Definição

Obtém os argumentos para o 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 da propriedade

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

Comentários

A Arguments propriedade será uma coleção vazia se o construtor não usar argumentos.

Aplica-se a