terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
RestrictionFlags.cs File Reference

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 = 16 , System.Xml.Schema.WhiteSpace = 32 , System.Xml.Schema.MaxInclusive = 64 , System.Xml.Schema.MaxExclusive = 128 ,
  System.Xml.Schema.MinInclusive = 256 , System.Xml.Schema.MinExclusive = 512 , System.Xml.Schema.TotalDigits = 1024 , System.Xml.Schema.FractionDigits = 2048
}