コンテンツへスキップ
ものがたり
戻る

another mind

ちょっと南の島に海外旅行でした(Summer Rainばかりでしたが)ので…というだけでもないですが更新もひさしぶりです。

system.configurationを眺めているのだけど、なにげにここもNotImplementedExceptionの嵐です。Joyです。そんなわけで今日はmsdnリファレンスのTruth and Lies:

SettingElementCollection class

public sealed class SettingElementCollection : ConfigurationElementCollection

SettingElementCollection members

GetElementKey : Gets the element key for a specified configuration element when overridden in a derived class. (Inherited from ConfigurationElementCollection.)

ConfigurationElementCollection.GetElementKey Method

protected abstract Object GetElementKey (ConfigurationElement element)

  1. SettingElementCollectionはsealedなのに、abstractなConfigurationElementCollection.GetElementKey()をオーバーライドしていない…??

何となくドキュメンテーションの一部がまるごと欠落しているような気がしなくもないです。ある程度自動化しているはずなので、その時点で何かバグが含まれてそう。X,Y,ZというnetmoduleがあったらZが抜けてる、みたいな。

遊びすぎて意味不明のエントリになりつつあるのでこの辺で。


この記事を共有:

前の記事
Summer of Code as a mentor
次の記事
OpenID.equals ()