C# 学习笔记
三眼仔
这个作者很懒,什么都没留下…
展开
-
遍历Struct
原文地址:http://social.microsoft.com/Forums/en-US/660f2d84-b63a-4d24-8e42-3aa999a28864using System.Reflectionclass Program{ static void Main(string[] args) { Xstruct x = new Xstru转载 2014-03-28 23:20:43 · 1600 阅读 · 0 评论 -
要修改自定义结构的值,应该用Class而不是Struct
转载文章http://blog.csdn.net/onlyou930/article/details/5568319 编译错误 CS1612 Cannot modify the return value of ‘expression‘because it is not a variable 无法修改“expression”的返回值,因为它不是变量 出现这种错误的最常见情况是: A转载 2014-03-27 08:35:38 · 492 阅读 · 0 评论