&tag(CSharp);
*目次 [#dfcd1abb]
#contents
*参考情報 [#q8608107]
**イベント [#ze2a5c82]
-[[イベント (C# によるプログラミング入門):http://ufcpp.net/study/csharp/sp_event.html]]
-[[How to: Implement Interface Events (C#):http://msdn.microsoft.com/en-us/library/ak9w5846(v=vs.80).aspx]]
-[[VB6開発者向け:C#で始める.NETプログラミング:第7回 オブジェクト指向プログラミング(2)|gihyo.jp … 技術評論社:http://gihyo.jp/dev/serial/01/vb62csharp/0007]]


*関連ページ [#h4ad7526]
-[[./文字列]]
-[[./メタプログラミング]]

-[[ICloneable]]
*Tips [#n3ecd1fc]

**デバッグ [#t65c6a8e]
***Assertを使う [#kab15c11]
Debug.Assert(condition, message)で使用可能。
#pre{{
    Debug.Assert(x > 10, "xが10より大きくありません");
}}

***リソース [#x87de6fe]
-[[Visual Studioでリソースを管理する: .NET Tips: C#, VB.NET, Visual Studio:http://dobon.net/vb/dotnet/programing/vsresource.html]]


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS