BExIS.Xml.Helpers.Mapping.XmlSchemaManager.GetAllComplexTypes C# (CSharp) Метод

GetAllComplexTypes() приватный Метод

Return a list of all complext types in the schema
private GetAllComplexTypes ( XmlSchema schema ) : List
schema System.Xml.Schema.XmlSchema
Результат List
        private List<XmlSchemaComplexType> GetAllComplexTypes(XmlSchema schema)
        {
            return XmlSchemaUtility.GetAllComplexTypes(schema);
        }