Compartilhar via


ReadOnlyDictionary45<TKey,TValue>.ValueCollection Classe

Definição

[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)

Parâmetros de tipo

TKey
TValue
Herança
ReadOnlyDictionary45<TKey,TValue>.ValueCollection
Atributos
Implementações

Propriedades

Count

Métodos

CopyTo(TValue[], Int32)
GetEnumerator()

Implantações explícitas de interface

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étodos de Extensão

ToCommaSeparatedString<T>(IEnumerable<T>)

Converte os elementos de uma coleção em cadeias de caracteres e os concatena em uma lista separada por vírgulas ou retorna nulo para coleções nulas ou vazias.

Aplica-se a