Метод | Описание | |
---|---|---|
Allows ( XmlQualifiedName qname ) : bool | ||
Allows ( string ns ) : bool | ||
Clone ( ) : |
||
Intersection ( |
||
IsEmpty ( ) : bool | ||
IsSubset ( |
||
NamespaceList ( ) : System.Collections | ||
NamespaceList ( string namespaces, string targetNamespace ) : System.Collections | ||
ToString ( ) : string | ||
Union ( |
Метод | Описание | |
---|---|---|
CompareSetToOther ( |
||
RemoveNamespace ( string tns ) : void |
public Allows ( XmlQualifiedName qname ) : bool | ||
qname | XmlQualifiedName | |
Результат | bool |
public static Intersection ( |
||
o1 | ||
o2 | ||
v1Compat | bool | |
Результат |
public static IsSubset ( |
||
sub | ||
super | ||
Результат | bool |
public NamespaceList ( ) : System.Collections | ||
Результат | System.Collections |
public NamespaceList ( string namespaces, string targetNamespace ) : System.Collections | ||
namespaces | string | |
targetNamespace | string | |
Результат | System.Collections |
public static Union ( |
||
o1 | ||
o2 | ||
v1Compat | bool | |
Результат |