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

◆ Value

string? System.Xml.Schema.XmlSchemaFacet.Value
getsetinherited

Definition at line 15 of file XmlSchemaFacet.cs.

16 {
17 get
18 {
19 return _value;
20 }
21 set
22 {
23 _value = value;
24 }
25 }