| SyncDictionaryTKey, TValue Class |
Namespace: X3Platform.Collections
public class SyncDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
The SyncDictionaryTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| SyncDictionaryTKey, TValue | Initializes a new instance of the SyncDictionaryTKey, TValue class | |
| SyncDictionaryTKey, TValue(IDictionaryTKey, TValue) | Initializes a new instance of the SyncDictionaryTKey, TValue class |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| ContainsKey | 确定字典中是否包含指定的键。 | |
| CopyTo | 从特定的数组索引开始,将集合中的元素复制到一个数组中。 | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | 返回一个循环访问集合的枚举数。 | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove | 从字典中移除所指定的键的值。 | |
| ToString | (Inherited from Object.) | |
| TryGetValue |