FrozenDictionary<TKey,TValue>.Keys プロパティ

定義

ディクショナリ内のキーを含むコレクションを取得します。

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

プロパティ値

注釈

ディクショナリ内のキーの順序は指定されていませんが、 プロパティによって Values 返される関連する値と同じ順序です。

適用対象