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

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Package Functions

 XmlElementEventArgs (XmlElement elem, int lineNumber, int linePosition, object o, string qnames)
 

Properties

object? ObjectBeingDeserialized [get]
 
XmlElement Element [get]
 
int LineNumber [get]
 
int LinePosition [get]
 
string ExpectedElements [get]
 

Private Attributes

readonly object _o
 
readonly XmlElement _elem
 
readonly string _qnames
 
readonly int _lineNumber
 
readonly int _linePosition
 

Detailed Description

Definition at line 3 of file XmlElementEventArgs.cs.


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