Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNillable
bool
System.Xml.Schema.SchemaElementDecl.IsNillable
get
set
package
Definition at line
80
of file
SchemaElementDecl.cs
.
81
{
82
get
83
{
84
return
_isNillable
;
85
}
86
set
87
{
88
_isNillable
=
value
;
89
}
90
}
System.Xml.Schema.SchemaElementDecl._isNillable
bool _isNillable
Definition
SchemaElementDecl.cs:18
System.ExceptionArgument.value
@ value
System
Xml
Schema
SchemaElementDecl
Generated by
1.10.0