ListInitExpression.Initializers Propriedade

Definição

Obtém os inicializadores de elementos que são usados para inicializar uma coleção.

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)

Valor de Propriedade

A ReadOnlyCollection<T> de ElementInit objetos que representam os elementos usados para inicializar a coleção.

Aplica-se a