• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Dreama
只想要简简单单的快乐!
博客园    首页    新随笔    联系   管理     
2013年11月20日
C#泛型类的简单创建与使用
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication13{ class Program { static void Main(string[] args) { Test t = new Test("Age",16); t.Run(); t.SetT1Value = "Height"; t.SetT2Va... 阅读全文
posted @ 2013-11-20 22:52 Dreamma 阅读(503) 评论(0) 推荐(0)
线程、委托、lambda运算符的简单示例
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace ConsoleApplication11{ class Program { public delegate void TestDeleagte(string temp); static void Main(string[] args) { Thread t = new Thread(() =>... 阅读全文
posted @ 2013-11-20 20:55 Dreamma 阅读(363) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3

© 本文章版权归 Dreama 所有, 转载授权请联系: cnxy@88.com

如果本文对您有帮助,欢迎支持原创

支付宝

支付宝扫码支持

微信

微信赞赏支持