2006-04-27 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 27 Apr 2006 15:40:42 +0000 (15:40 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 27 Apr 2006 15:40:42 +0000 (15:40 -0000)
commit5a379ba8c6c6cf10e2eed469adefa8c09b01df46
tree2a2115d9501493409928ea3edfac1b6780d352bc
parentff58a2de2c1453c81756804e34b9e67802cae1fd
2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>

* System.dll.sources : added ClientSettingsSection.cs.

* ClientSettingsSection.cs : new (implemented) file.
* SettingValueElement.cs : implemented.
  SettingElement.cs : implemented.
  SettingElementCollection.cs : implemented except for Add(),
  Clear(), Get() and Remove().

  A test will be soon added as part of bug #77957 test with
  DefaultCollection support in sys.configuration.

svn path=/trunk/mcs/; revision=59985
mcs/class/System/ChangeLog
mcs/class/System/System.Configuration/ChangeLog
mcs/class/System/System.Configuration/ClientSettingsSection.cs [new file with mode: 0644]
mcs/class/System/System.Configuration/SettingElement.cs
mcs/class/System/System.Configuration/SettingElementCollection.cs
mcs/class/System/System.Configuration/SettingValueElement.cs
mcs/class/System/System.dll.sources