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

◆ IsExternal [2/2]

bool System.Xml.Schema.SchemaEntity.IsExternal
getsetpackage

Implements System.Xml.IDtdEntityInfo.

Definition at line 82 of file SchemaEntity.cs.

83 {
84 get
85 {
86 return _isExternal;
87 }
88 set
89 {
91 }
92 }