Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReadOnlyDictionary45<TKey,TValue>.ValueCollection 类

定义

字典值的集合

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

类型参数

TKey
TValue
继承
ReadOnlyDictionary45<TKey,TValue>.ValueCollection
属性
实现

属性

Count

集合中的值计数

方法

CopyTo(TValue[], Int32)

将值复制到指定的数组

GetEnumerator()

获取枚举器

显式接口实现

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

字典值的集合

适用于