Partager via


ReadOnlyDictionary45<TKey,TValue>.ValueCollection Classe

Définition

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

Paramètres de type

TKey
TValue
Héritage
ReadOnlyDictionary45<TKey,TValue>.ValueCollection
Attributs
Implémente

Propriétés

Count

Méthodes

CopyTo(TValue[], Int32)
GetEnumerator()

Implémentations d’interfaces explicites

ICollection.CopyTo(Array, Int32)
ICollection.IsSynchronized
ICollection.SyncRoot
ICollection<TValue>.Add(TValue)
ICollection<TValue>.Clear()
ICollection<TValue>.Contains(TValue)
ICollection<TValue>.IsReadOnly
ICollection<TValue>.Remove(TValue)
IEnumerable.GetEnumerator()

Méthodes d’extension

ToCommaSeparatedString<T>(IEnumerable<T>)

Convertit les éléments d’une collection en chaînes et les concatène en une liste séparée par des virgules, ou retourne null pour les collections null ou vides.

S’applique à