Beispiel #1
0
 /// <summary>Initializes a new instance of the <see cref="PropertyCollection" /> class.
 /// </summary>
 /// <param name="configurationFile">The configuration file.</param>
 /// <param name="propertyCollectionName">The name of the property collection.</param>
 internal protected PropertyCollection(ConfigurationFile configurationFile, string propertyCollectionName)
     : this(configurationFile, IdentifierString.Create(propertyCollectionName))
 {
 }