自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (3)
  • 收藏
  • 关注

转载 迭代器中关于关键字yield

yield 关键字向编译器指示它所在的方法是迭代器块。编译器生成一个类来实现迭代器块中表示的行为。在迭代器块中,yield 关键字与 return 关键字结合使用,向枚举器对象提供值。这是一个返回值,例如,在 foreach 语句的每一次循环中返回的值。yield 关键字也可与 break 结合使用,表示迭代结束。有关迭代器的更多信息,请参见迭代器(C# 编程指南)。下面的示例演示两种形式的 yield 语句。MSDNB public static IEnumerable Power(int

2010-08-25 12:12:00 928

转载 ItemsControl 的来龙去脉

转自:http://msdn.microsoft.com/zh-cn/magazine/ff714594.aspxItemsControl 的来龙去脉Charles Petzold<br />下载代码示例<br />如果有人问我,哪个类最能概括 Windows Presentation Foundation (WPF) 和 Silverlight 的强大功能和灵活性,我首先会说这是一个很愚蠢的问题,然后会毫不犹豫地回答“DataTemplate”。<br />DataTemplate 基本上是元素和控件的可

2010-08-04 11:26:00 4578

转载 Navigation Framework In Silverlight

<br />Silverlight导航框架<br />MSDN:http://msdn.microsoft.com/zh-cn/ff432717.aspx<br />视频&代码:http://www.silverlight.net/learn/videos/silverlight-videos/navigation-framework/<br /> 

2010-08-04 11:18:00 759

WPF高级编程源代码

Professional WPF Programming: .NET Development with the Windows Presentation Foundation Chris Andrade, Shawn Livermore, Mike Meyers, Scott Van Vliet ISBN: 978-0-470-04180-2 Paperback 480 pages May 2007 Chaoter 2 Chapter 2: updated July 6, 2007 all examples with corrected namespaces and other corrections 812.15 KB Chapter 4 Code Chapter 4 code: updated July 5, 2007 with corrected namespaces and other corrections; 459.57 KB Chapter 5 Code 198.52 KB Chapter 6 Code 2.10 MB Chapter 7 Code Chapter 7 code: updated July 5, 2007 with corrected chapter number 1.38 MB Chapter 8 Chapter 8: updated July 9, 2007 with additional examples from the chapter 619.59 KB Chapter 9 Code Chapter 9 code: updated July 5, 2007 - eliminated nested zip files for samples structured as folders 48.29 KB Chapter 10 Chapter 10: updated July 12, 2007 with additional examples from the chapter and removed extraneous examples not related to the chapter 1.97 MB Chapter 11 Code 387.71 KB

2010-05-25

战神世界的小工具源代码

功能: 城市建设 资源计算(外部资源和军库资源) 陷阱计算(根据侦察报告自动计算陷阱数量)

2009-07-10

繁体中文系统下的报错

繁体中文系统下的报错

2008-03-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除