Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNotationDeclared
bool
System.Xml.Schema.SchemaElementDecl.IsNotationDeclared
get
set
package
Definition at line
104
of file
SchemaElementDecl.cs
.
105
{
106
get
107
{
108
return
_isNotationDeclared
;
109
}
110
set
111
{
112
_isNotationDeclared
=
value
;
113
}
114
}
System.Xml.Schema.SchemaElementDecl._isNotationDeclared
bool _isNotationDeclared
Definition
SchemaElementDecl.cs:22
System.ExceptionArgument.value
@ value
System
Xml
Schema
SchemaElementDecl
Generated by
1.10.0