Click or drag to resize
SyncDictionaryTKey, TValueKeys Property
获取包含字典中的键的集合。

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ICollection<TKey> Keys { get; }

Property Value

Type: ICollectionTKey

Implements

IDictionaryTKey, TValueKeys
See Also