ResourceReader::IEnumerable::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator for this ResourceReader object.
Assembly: mscorlib (in mscorlib.dll)
Implements
IEnumerable::GetEnumerator()| Exception | Condition |
|---|---|
| InvalidOperationException | The reader has already been closed and cannot be accessed. |
ResourceReader::IEnumerable::GetEnumerator is an explicit interface implementation. It can be used only when the ResourceReader instance is cast to an IEnumerable interface. The recommended approach to enumerating the resources in a .resources file is to call the MoveNext method of the IDictionaryEnumerator object returned by the ResourceReader::GetEnumerator method.
.NET Framework
Available since 1.1
Available since 1.1
Show: