System.Xml.Schema.SchemaCollectionCompiler.CleanupAttributeGroup C# (CSharp) Méthode

CleanupAttributeGroup() private static méthode

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