|
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.XmlSchemaElement:
Collaboration diagram for System.Xml.Schema.XmlSchemaElement:Package Functions | |
| virtual void | OnAdd (XmlSchemaObjectCollection container, object item) |
| virtual void | OnRemove (XmlSchemaObjectCollection container, object item) |
| virtual void | OnClear (XmlSchemaObjectCollection container) |
Static Package Attributes | |
| static readonly XmlSchemaParticle | Empty |
Properties | |
| decimal | MinOccurs [set] |
| decimal | MaxOccurs [set] |
Private Types | |
| enum | Occurs { None = 0 , Min = 1 , Max = 2 } |
Private Attributes | |
| decimal | minOccurs |
| decimal | maxOccurs |
| XmlSchemaParticle.Occurs | flags |
Definition at line 7 of file XmlSchemaElement.cs.