ReadOnlyDictionaryAdapter.GetEnumerator method

Returns an enumerator that iterates through the key/value pairs in the adapted dictionary.

public IEnumerator<KeyValuePair<string, object?>> GetEnumerator()

Return Value

An enumerator for the key/value pairs.

See Also