Click or drag to resize
SyncDictionaryTKey, TValue Methods

The SyncDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Public methodClear
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 methodRemove
从字典中移除所指定的键的值。
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Top
See Also