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

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

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