2012-05-02から1日間の記事一覧

Delegate 関係クラスのコンストラクタ

Delegate 関係クラスのコンストラクタの可視性に興味がでたのでメモ 下のソースの出力結果 --- Object protected public Void .ctor() --- Delegate protected Void .ctor(System.Object, System.String) protected Void .ctor(System.Type, System.String) …