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 Types | |
enum | ListType { Any , Other , Set } |
Public Member Functions | |
NamespaceList () | |
NamespaceList (string namespaces, string targetNamespace) | |
virtual bool | Allows (string ns) |
bool | Allows (XmlQualifiedName qname) |
override string | ToString () |
Properties | |
NamespaceList.ListType | Type [get, set] |
string | Excluded [get, set] |
ICollection | Enumerate [get, set] |
Private Attributes | |
NamespaceList.ListType | type |
Hashtable | set |
string | targetNamespace |
Definition at line 10 of file NamespaceList.cs.