System.Xml.Schema.SchemaCollectionCompiler.CleanupAttributeGroup C# (CSharp) Method

CleanupAttributeGroup() private static method

private static CleanupAttributeGroup ( XmlSchemaAttributeGroup attributeGroup ) : void
attributeGroup XmlSchemaAttributeGroup
return void
        private static void CleanupAttributeGroup(XmlSchemaAttributeGroup attributeGroup) {
            CleanupAttributes(attributeGroup.Attributes);
            attributeGroup.AttributeUses.Clear();
            attributeGroup.AttributeWildcard = null;
        }