Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetEnumerator() [2/2]

IDictionaryEnumerator System.Resources.ResourceReader.GetEnumerator ( )
inline

Implements System.Resources.IResourceReader.

Definition at line 400 of file ResourceReader.cs.

401 {
402 if (_resCache == null)
403 {
404 throw new InvalidOperationException(SR.ResourceReaderIsClosed);
405 }
406 return new ResourceEnumerator(this);
407 }
Dictionary< string, ResourceLocator > _resCache

References System.Resources.ResourceReader._resCache, and System.SR.ResourceReaderIsClosed.