SettingsCollectionBase.Enumerator Struct

Subclass of IEnumerator. An enumerator class for use with the SettingsCollectionBase class.

Properties

Type Signature
KeyValuePair<string, SettingValue> Current
Gets the current element in the collection.

Methods

Type Signature
void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
bool MoveNext()
Advances the enumerator to the next element of the collection.