Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Linq.XContainer.ContentReader Class Referencesealed

Public Member Functions

 ContentReader (XContainer rootContainer)
 
 ContentReader (XContainer rootContainer, XmlReader r, LoadOptions o)
 
bool ReadContentFrom (XContainer rootContainer, XmlReader r)
 
async ValueTask< boolReadContentFromAsync (XContainer rootContainer, XmlReader r)
 
bool ReadContentFrom (XContainer rootContainer, XmlReader r, LoadOptions o)
 
async ValueTask< boolReadContentFromAsync (XContainer rootContainer, XmlReader r, LoadOptions o)
 

Private Attributes

readonly NamespaceCache _eCache
 
readonly NamespaceCache _aCache
 
readonly IXmlLineInfo _lineInfo
 
XContainer _currentContainer
 
string _baseUri
 

Detailed Description

Definition at line 12 of file XContainer.cs.


The documentation for this class was generated from the following file: