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

◆ IsNotationDeclared

bool System.Xml.Schema.SchemaElementDecl.IsNotationDeclared
getsetpackage

Definition at line 104 of file SchemaElementDecl.cs.

105 {
106 get
107 {
108 return _isNotationDeclared;
109 }
110 set
111 {
113 }
114 }