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

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

Property Value

Type: ICollectionTValue

Implements

IDictionaryTKey, TValueValues
See Also