コード例 #1
0
ファイル: Program.cs プロジェクト: ShartepStudy/C_sharp
    static void Main(string[] args)
    {
        Test obj = new Test();

        obj.A();
    }
コード例 #2
0
 public static void B(this Test t)
 {
     t.A();
 }