Microsoft.Web.Administration.ConfigurationElementSchema.ConfigurationElementSchema C# (CSharp) Méthode

ConfigurationElementSchema() private méthode

private ConfigurationElementSchema ( ) : System.Diagnostics
Résultat System.Diagnostics
        internal ConfigurationElementSchema()
        {
            AttributeSchemas = new ConfigurationAttributeSchemaCollection();
            ChildElementSchemas = new ConfigurationElementSchemaCollection();
        }