摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication5{ class Program { delegate int TwoIntegerOperation(int a, int b); static void Main(string[] args) { TwoIntegerOperation fu... 阅读全文
posted @ 2013-02-03 15:15
JeanGe
阅读(144)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication4{ class Program { static void Main(string[] args) { String s = "aaaa"; Console.WriteLine(s.extendMethod(true)); ... 阅读全文
posted @ 2013-02-03 12:58
JeanGe
阅读(134)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication3{ class Program { const bool testValue = true; static void Main(string[] args) { testDefault(true); testDefault... 阅读全文
posted @ 2013-02-03 12:53
JeanGe
阅读(192)
评论(0)
推荐(0)

浙公网安备 33010602011771号