Share via


ListInitExpression.Initializers Vlastnost

Definice

Získá inicializátory prvků, které se používají k inicializaci kolekce.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::ElementInit ^> ^ Initializers { System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::ElementInit ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ElementInit> Initializers { get; }
member this.Initializers : System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ElementInit>
Public ReadOnly Property Initializers As ReadOnlyCollection(Of ElementInit)

Hodnota vlastnosti

A ReadOnlyCollection<T> objektů ElementInit , které představují prvky, které se používají k inicializaci kolekce.

Platí pro