System.Xml.Schema.XmlSchemaAnyAttribute.IsSubset C# (CSharp) 메소드

IsSubset() 정적인 개인적인 메소드

static private IsSubset ( XmlSchemaAnyAttribute sub, XmlSchemaAnyAttribute super ) : bool
sub XmlSchemaAnyAttribute
super XmlSchemaAnyAttribute
리턴 bool
        internal static bool IsSubset(XmlSchemaAnyAttribute sub, XmlSchemaAnyAttribute super) {
            return NamespaceList.IsSubset(sub.NamespaceList, super.NamespaceList);
        }