System.Xml.Schema.Compiler.CleanupAttribute C# (CSharp) Метод

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

private CleanupAttribute ( XmlSchemaAttribute attribute ) : void
attribute XmlSchemaAttribute
Результат void
        private void CleanupAttribute(XmlSchemaAttribute attribute) {
            if (attribute.SchemaType != null) {
                CleanupSimpleType((XmlSchemaSimpleType)attribute.SchemaType);
            }
            attribute.AttDef = null;
        }
        
Compiler