Click or drag to resize

DocumentVariablesCollectionGetEnumerator Method

Returns an enumerator that iterates through the list of KeyValuePairTKey, TValues.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairString, String

Implements

IEnumerableTGetEnumerator
See Also