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) 编辑
