Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsDefaultAttribute

bool System.Xml.XmlTextReaderImpl.NodeData.IsDefaultAttribute
getsetpackage

Definition at line 553 of file XmlTextReaderImpl.cs.

554 {
555 get
556 {
557 if (type == XmlNodeType.Attribute)
558 {
559 return _isEmptyOrDefault;
560 }
561 return false;
562 }
563 set
564 {
566 }
567 }