FrozenSet<T>.Items 속성

정의

집합의 값을 포함하는 컬렉션을 가져옵니다.

public:
 property System::Collections::Immutable::ImmutableArray<T> Items { System::Collections::Immutable::ImmutableArray<T> get(); };
public System.Collections.Immutable.ImmutableArray<T> Items { get; }
member this.Items : System.Collections.Immutable.ImmutableArray<'T>
Public ReadOnly Property Items As ImmutableArray(Of T)

속성 값

설명

집합의 값 순서는 지정되지 않습니다.

적용 대상