Esempio n. 1
0
 internal ConfigurationElementSchema(string fileName)
 {
     FileName            = fileName;
     AttributeSchemas    = new ConfigurationAttributeSchemaCollection();
     ChildElementSchemas = new ConfigurationElementSchemaCollection();
 }
Esempio n. 2
0
 internal ConfigurationElementSchema()
 {
     AttributeSchemas    = new ConfigurationAttributeSchemaCollection();
     ChildElementSchemas = new ConfigurationElementSchemaCollection();
 }