Microsoft.Web.Administration.ConfigurationElementSchema.ConfigurationElementSchema C# (CSharp) Method

ConfigurationElementSchema() private method

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