Terraria v1.4.4.9
Terraria source code documentation
|
Go to the source code of this file.
Namespaces | |
namespace | System |
namespace | System.Xml |
namespace | System.Xml.Schema |
Enumerations | |
enum | System.Xml.Schema.RestrictionFlags { System.Xml.Schema.Length = 1 , System.Xml.Schema.MinLength = 2 , System.Xml.Schema.MaxLength = 4 , System.Xml.Schema.Pattern = 8 , System.Xml.Schema.Enumeration = 0x10 , System.Xml.Schema.WhiteSpace = 0x20 , System.Xml.Schema.MaxInclusive = 0x40 , System.Xml.Schema.MaxExclusive = 0x80 , System.Xml.Schema.MinInclusive = 0x100 , System.Xml.Schema.MinExclusive = 0x200 , System.Xml.Schema.TotalDigits = 0x400 , System.Xml.Schema.FractionDigits = 0x800 } |