Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ContentReader (XContainer rootContainer) | |
ContentReader (XContainer rootContainer, XmlReader r, LoadOptions o) | |
bool | ReadContentFrom (XContainer rootContainer, XmlReader r) |
async ValueTask< bool > | ReadContentFromAsync (XContainer rootContainer, XmlReader r) |
bool | ReadContentFrom (XContainer rootContainer, XmlReader r, LoadOptions o) |
async ValueTask< bool > | ReadContentFromAsync (XContainer rootContainer, XmlReader r, LoadOptions o) |
Private Attributes | |
readonly NamespaceCache | _eCache |
readonly NamespaceCache | _aCache |
readonly IXmlLineInfo | _lineInfo |
XContainer | _currentContainer |
string | _baseUri |
Definition at line 12 of file XContainer.cs.