NewExpression.Arguments Egenskap

Definition

Hämtar argumenten till konstruktorn.

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)

Egenskapsvärde

En samling Expression objekt som representerar argumenten för konstruktorn.

Kommentarer

Egenskapen Arguments är en tom samling om konstruktorn inte tar några argument.

Gäller för