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
|
Public Member Functions | |
ContentValidator (XmlSchemaContentType contentType) | |
Static Public Attributes | |
static readonly ContentValidator | Empty |
static readonly ContentValidator | TextOnly |
static readonly ContentValidator | Mixed |
static readonly ContentValidator | Any |
Protected Member Functions | |
ContentValidator (XmlSchemaContentType contentType, bool isOpen, bool isEmptiable) | |
Properties | |
XmlSchemaContentType | ContentType [get, set] |
bool | IsOpen [get, set] |
Static Private Member Functions | |
static | ContentValidator () |
Private Attributes | |
XmlSchemaContentType | contentType |
bool | isOpen |
bool | isEmptiable |
Definition at line 8 of file ContentValidator.cs.