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