Share via


ElementInit.Arguments Vlastnost

Definice

Získá kolekci argumentů, které jsou předány do metody, která přidá prvek do IEnumerable kolekce.

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)

Hodnota vlastnosti

A ReadOnlyCollection<T> objektů Expression , které představují argumenty pro metodu, která přidává prvek do kolekce.

Platí pro