deerchao的blog

Be and aware of who you are.

导航

统计

公告

01 2010 档案

Struct与赋值
摘要: using System; using System.Collections.Generic; struct SomeStruct { public int SomeValue; } class SomeContainerClass { public SomeStruct Struct; } struct SomeContainerStruct { public SomeStruct Struct...阅读全文

posted @ 2010-01-06 10:02 deerchao 阅读(700) | 评论 (0) 编辑