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

◆ DeclaredURI

string System.Xml.Schema.SchemaEntity.DeclaredURI
getsetpackage

Definition at line 183 of file SchemaEntity.cs.

184 {
185 get
186 {
187 if (_declaredURI != null)
188 {
189 return _declaredURI;
190 }
191 return string.Empty;
192 }
193 set
194 {
196 }
197 }