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

◆ IsNillable

bool System.Xml.Schema.SchemaElementDecl.IsNillable
getsetpackage

Definition at line 80 of file SchemaElementDecl.cs.

81 {
82 get
83 {
84 return _isNillable;
85 }
86 set
87 {
89 }
90 }