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

◆ ErrorCount

int System.Xml.Schema.XmlSchema.ErrorCount
getsetpackage

Definition at line 371 of file XmlSchema.cs.

372 {
373 get
374 {
375 return _errorCount;
376 }
377 set
378 {
380 }
381 }

Referenced by System.Xml.Schema.XsdBuilder.SendValidationEvent().