|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ResourceSet (string fileName) | |
| ResourceSet (Stream stream) | |
| ResourceSet (IResourceReader reader) | |
| virtual void | Close () |
| void | Dispose () |
| virtual Type | GetDefaultReader () |
| virtual Type | GetDefaultWriter () |
| virtual IDictionaryEnumerator | GetEnumerator () |
| virtual ? string | GetString (string name) |
| virtual ? string | GetString (string name, bool ignoreCase) |
| virtual ? object | GetObject (string name) |
| virtual ? object | GetObject (string name, bool ignoreCase) |
Protected Member Functions | |
| ResourceSet () | |
| virtual void | Dispose (bool disposing) |
| virtual void | ReadResources () |
Protected Attributes | |
| IResourceReader | Reader |
Package Functions | |
| ResourceSet (bool junk) | |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
| IDictionaryEnumerator | GetEnumeratorHelper () |
| object | GetObjectInternal (string name) |
| object | GetCaseInsensitiveObjectInternal (string name) |
Private Attributes | |
| Dictionary< object, object > | _table |
| Dictionary< string, object > | _caseInsensitiveTable |
Definition at line 7 of file ResourceSet.cs.