Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.NamespaceListV1Compat Class Referencesealed

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
 

Detailed Description

Definition at line 3 of file NamespaceListV1Compat.cs.


The documentation for this class was generated from the following file: