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

◆ IsNullable

override bool System.Xml.Schema.NamespaceListNode.IsNullable
get

Definition at line 11 of file NamespaceListNode.cs.

12 {
13 get
14 {
15 throw new InvalidOperationException();
16 }
17 }