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)

プロパティ値

注釈

セット内の値の順序は指定されていません。

適用対象