VirtualUser GetEnumerator Method C# API
Gets an enumerator for iterating over the key/value pairs in this dictionary.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public IDictionaryEnumerator GetEnumerator()

Return Value

An enumerator for iterating over the key/value pairs in this dictionary.

Implements

IDataDictionary GetEnumerator 
See Also