|
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
|
Inheritance diagram for System.Xml.Schema.SchemaDeclBase:
Collaboration diagram for System.Xml.Schema.SchemaDeclBase:Protected Member Functions | |
| SchemaDeclBase (XmlQualifiedName name, string prefix) | |
| SchemaDeclBase () | |
Protected Attributes | |
| XmlQualifiedName | name |
| string | prefix |
| bool | isDeclaredInExternal |
| SchemaDeclBase.Use | presence |
| XmlSchemaType | schemaType |
| XmlSchemaDatatype | datatype |
| string | defaultValueRaw |
| object | defaultValueTyped |
| long | maxLength |
| long | minLength |
| List< string > | values |
Package Types | |
| enum | Use { Default , Required , Implied , Fixed , RequiredFixed } |
Package Functions | |
| void | AddValue (string value) |
Properties | |
| XmlQualifiedName | Name [get, set] |
| string | Prefix [get, set] |
| bool | IsDeclaredInExternal [get, set] |
| SchemaDeclBase.Use | Presence [get, set] |
| XmlSchemaType | SchemaType [set] |
| XmlSchemaDatatype | Datatype [get, set] |
| List< string > | Values [get, set] |
| string | DefaultValueRaw [get, set] |
| object | DefaultValueTyped [get, set] |
Definition at line 9 of file SchemaDeclBase.cs.