System.Xml.Schema.XmlSchemaAnyAttribute.IsSubset C# (CSharp) Méthode

IsSubset() static private méthode

static private IsSubset ( XmlSchemaAnyAttribute sub, XmlSchemaAnyAttribute super ) : bool
sub XmlSchemaAnyAttribute
super XmlSchemaAnyAttribute
Résultat bool
        internal static bool IsSubset(XmlSchemaAnyAttribute sub, XmlSchemaAnyAttribute super) {
            return NamespaceList.IsSubset(sub.NamespaceList, super.NamespaceList);
        }