Click or drag to resize

TypedSortedListEx TKey , TValue GetEnumerator Method

Returns an enumerator that iterates through the dictionary.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: IEnumerator KeyValuePair TKey , TValue

Implements

IEnumerable T GetEnumerator
See Also