Ejemplo n.º 1
0
 public static KeyValueConfigurationCollection with(this KeyValueConfigurationCollection thisKeyValueConfigurationCollection, String key, String value)
 {
     thisKeyValueConfigurationCollection.put(key, value);
     return(thisKeyValueConfigurationCollection);
 }