ListInitExpression.Initializers プロパティ

定義

コレクションの初期化に使用される要素初期化子を取得します。

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)

プロパティ値

ReadOnlyCollection<ElementInit>

コレクションの初期化に使用される要素を表す ReadOnlyCollection<T> オブジェクトの ElementInit

適用対象