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

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Package Functions

 XmlAttributeEventArgs (XmlAttribute attr, int lineNumber, int linePosition, object o, string qnames)
 

Properties

object? ObjectBeingDeserialized [get]
 
XmlAttribute Attr [get]
 
int LineNumber [get]
 
int LinePosition [get]
 
string ExpectedAttributes [get]
 

Private Attributes

readonly object _o
 
readonly XmlAttribute _attr
 
readonly string _qnames
 
readonly int _lineNumber
 
readonly int _linePosition
 

Detailed Description

Definition at line 3 of file XmlAttributeEventArgs.cs.


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