Click or drag to resize

ConfigurationDictionaryTKey, TValueGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairTKey, TValue
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also