ATMLSchemaLibrary.XsdUtils.findAttribute C# (CSharp) Méthode

findAttribute() public static méthode

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

            return found;
        }