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

◆ DefaultValueRaw

string System.Xml.Schema.SchemaDeclBase.DefaultValueRaw
getsetpackageinherited

Definition at line 152 of file SchemaDeclBase.cs.

153 {
154 get
155 {
156 if (defaultValueRaw == null)
157 {
158 return string.Empty;
159 }
160 return defaultValueRaw;
161 }
162 set
163 {
165 }
166 }

Referenced by System.Xml.DocumentSchemaValidator.ValidateElement().