ReadOnlyDictionary45<TKey,TValue>.KeyCollection クラス

定義

ディクショナリ キーのコレクション

[System.Serializable]
public sealed class ReadOnlyDictionary45<TKey,TValue>.KeyCollection : System.Collections.Generic.ICollection<TKey>, System.Collections.Generic.IEnumerable<TKey>, System.Collections.ICollection
[<System.Serializable>]
type ReadOnlyDictionary45<'Key, 'Value>.KeyCollection = class
    interface ICollection<'Key>
    interface seq<'Key>
    interface IEnumerable
    interface ICollection
Public NotInheritable Class ReadOnlyDictionary45(Of TKey, TValue).KeyCollection
Implements ICollection, ICollection(Of TKey), IEnumerable(Of TKey)

型パラメーター

TKey
TValue
継承
ReadOnlyDictionary45<TKey,TValue>.KeyCollection
属性
実装

プロパティ

Count

キーの数

メソッド

CopyTo(TKey[], Int32)

指定した配列にキー コレクションをコピーします

GetEnumerator()

列挙子を取得します

明示的なインターフェイスの実装

ICollection.CopyTo(Array, Int32)

ディクショナリ キーのコレクション

ICollection.IsSynchronized

ディクショナリ キーのコレクション

ICollection.SyncRoot

ディクショナリ キーのコレクション

ICollection<TKey>.Add(TKey)

ディクショナリ キーのコレクション

ICollection<TKey>.Clear()

ディクショナリ キーのコレクション

ICollection<TKey>.Contains(TKey)

ディクショナリ キーのコレクション

ICollection<TKey>.IsReadOnly

ディクショナリ キーのコレクション

ICollection<TKey>.Remove(TKey)

ディクショナリ キーのコレクション

IEnumerable.GetEnumerator()

ディクショナリ キーのコレクション

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象