示例#1
0
 internal ConfigurationElementSchema(string fileName)
 {
     FileName            = fileName;
     AttributeSchemas    = new ConfigurationAttributeSchemaCollection();
     ChildElementSchemas = new ConfigurationElementSchemaCollection();
 }
示例#2
0
 internal ConfigurationElementSchema()
 {
     AttributeSchemas    = new ConfigurationAttributeSchemaCollection();
     ChildElementSchemas = new ConfigurationElementSchemaCollection();
 }