Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Intersection()

static XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaAnyAttribute.Intersection ( XmlSchemaAnyAttribute o1,
XmlSchemaAnyAttribute o2,
bool v1Compat )
inlinestaticpackage

Definition at line 101 of file XmlSchemaAnyAttribute.cs.

102 {
103 NamespaceList namespaceList = System.Xml.Schema.NamespaceList.Intersection(o1.NamespaceList, o2.NamespaceList, v1Compat);
104 if (namespaceList != null)
105 {
106 XmlSchemaAnyAttribute xmlSchemaAnyAttribute = new XmlSchemaAnyAttribute();
111 }
112 return null;
113 }
static NamespaceList Intersection(NamespaceList o1, NamespaceList o2, bool v1Compat)

References System.Xml.Dictionary, and System.Xml.Schema.NamespaceList.Intersection().

Referenced by System.Xml.Schema.Compiler.CompileAnyAttributeIntersection(), and System.Xml.Schema.SchemaCollectionCompiler.CompileAnyAttributeIntersection().