Microsoft.Web.Administration.ConfigurationElementSchema.ConfigurationElementSchema C# (CSharp) 메소드

ConfigurationElementSchema() 개인적인 메소드

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