Terraria v1.4.4.9
Terraria source code documentation
|
Public Types | |
enum | ListType { Any , Other , Set } |
Public Member Functions | |
NamespaceListV1Compat (string namespaces, string targetNamespace) | |
override bool | Allows (string ns) |
NamespaceList | Clone () |
bool | Allows (XmlQualifiedName qname) |
override string | ToString () |
Static Public Member Functions | |
static bool | IsSubset (NamespaceList sub, NamespaceList super) |
static NamespaceList | Union (NamespaceList o1, NamespaceList o2, bool v1Compat) |
static NamespaceList | Intersection (NamespaceList o1, NamespaceList o2, bool v1Compat) |
Properties | |
ListType | Type [get] |
string | Excluded [get] |
ICollection | Enumerate [get] |
Private Member Functions | |
NamespaceList | CompareSetToOther (NamespaceList other) |
void | RemoveNamespace (string tns) |
Private Attributes | |
ListType | _type |
Hashtable | _set |
readonly string | _targetNamespace |
Definition at line 3 of file NamespaceListV1Compat.cs.