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<T> 개체의 ElementInit입니다.

적용 대상