System.Xml.Schema.SchemaCollectionCompiler.CleanupAttributeGroup C# (CSharp) 메소드

CleanupAttributeGroup() 개인적인 정적인 메소드

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