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

◆ IsDefault [2/2]

bool IXmlSchemaInfo. System.Xml.XsdValidatingReader.IsDefault
getprivate

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 292 of file XsdValidatingReader.cs.

293 {
294 get
295 {
296 switch (NodeType)
297 {
298 case XmlNodeType.Element:
300 {
301 GetIsDefault();
302 }
304 case XmlNodeType.EndElement:
306 case XmlNodeType.Attribute:
307 if (_attributePSVI != null)
308 {
310 }
311 break;
312 }
313 return false;
314 }
315 }