fenri's diary

基本的には勉強し始めたC#のメモ。後は140字で収まらない駄文。

2014-01-01から1ヶ月間の記事一覧

BeginInvoke

// デリゲート型の宣言 public delegate string AsyncMethodCaller(int targetCount, out int executeCount); // デリゲート型の変数に関数を登録 AsyncMethodCaller caller = someExec; // 非同期処理後の動作を設定 AsyncCallback callback = new AsyncCal…

はてな シンタックスハイライト

class Hoge { public static void Main() { Console.WriteLine("hoge!"); } } 編集モードを"編集モード" か "Markdown記法"にしないと出来ない