ATMLSchemaLibrary.XsdUtils.findAttribute C# (CSharp) Method

findAttribute() public static method

public static findAttribute ( String name, XmlSchemaComplexType complexType ) : bool
name String
complexType System.Xml.Schema.XmlSchemaComplexType
return bool
        public static bool findAttribute( String name, XmlSchemaComplexType complexType )
        {
            bool found = false;

            return found;
        }