示例#1
0
 public static bool DefinesXsdAttribute(this XmlSchemaSet schemas, XmlQualifiedName name)
 {
     return(schemas.GlobalXsdAttributes().QNames().Contains(name));
 }
示例#2
0
        public static bool DefinesXsdAttribute(this XmlSchemaSet schemas, XmlQualifiedName name)
        {
            bool flag = schemas.GlobalXsdAttributes().QNames().Contains <XmlQualifiedName>(name);

            return(flag);
        }