다음을 통해 공유


NewArrayExpression.Expressions 속성

정의

NodeType 속성의 값이 NewArrayBounds이면 배열의 경계를 가져오고, NodeType 속성의 값이 NewArrayInit이면 새 배열의 요소를 초기화할 값을 가져옵니다.

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

속성 값

배열의 경계 또는 초기화 값을 나타내는 ReadOnlyCollection<T> 개체의 Expression입니다.

적용 대상