Click or drag to resize
ReadOnlyDictionaryTKey, TValueGetEnumerator Method
返回一个循环访问集合的枚举数。

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TValue
可用于循环访问集合的枚举数。

Implements

IEnumerableTGetEnumerator
See Also