Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.XmlNodeEventArgs Class Reference

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Package Functions

 XmlNodeEventArgs (XmlNode xmlNode, int lineNumber, int linePosition, object o)
 

Properties

object? ObjectBeingDeserialized [get]
 
XmlNodeType NodeType [get]
 
string Name [get]
 
string LocalName [get]
 
string NamespaceURI [get]
 
stringText [get]
 
int LineNumber [get]
 
int LinePosition [get]
 

Private Attributes

readonly object _o
 
readonly XmlNode _xmlNode
 
readonly int _lineNumber
 
readonly int _linePosition
 

Detailed Description

Definition at line 3 of file XmlNodeEventArgs.cs.


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