|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 3 of file XmlAttributeEventArgs.cs.