Click or drag to resize
ReadOnlyDictionaryTKey, TValue Methods

The ReadOnlyDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodContains
确定集合中是否包含特定值。
Public methodContainsKey
确定字典中是否包含指定的键。
Public methodCopyTo
从特定的数组索引开始,将集合中的元素复制到一个数组中。
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
返回一个循环访问集合的枚举数。
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryGetValue
获取与指定的键相关联的值。
Top
See Also