飞狐写的SerialList<TInfo, TValue> 中Info无法修改,因为它不是变量
请教一下飞狐写的public class SerialList<TInfo, TValue> : SerialList<TValue> 类里面错误 无法修改“TlsCad.Collections.SerialList<TlsCad.Trans.AssemInfo,Wendao.AutoCAD.Trans.Command>.Info”的返回值,因为它不是变量这种问题怎么解决啊?
http://bbs.mjtd.com/xwb/images/bgimg/icon_logo.png 该贴已经同步到 yxr_MJTD的微博 简单的测试了下 好像没你说的问题?
SerialList<double, int> lst = new SerialList<double, int> { 1, 2, 3 };
lst.Info = 1;
lst.WriteXml("c:/1.xml");
XMl:
<?xml version="1.0" encoding="utf-8"?><SerialList><Info Saved="True"><double>1</double></Info><Values><int>1</int><int>2</int><int>3</int></Values></SerialList> 难道说是xml的问题? 跟不上飞狐老大的脚步呀,要学的东西太多了,难道人生的乐趣就在于不断的去学习?哎,有时间还想玩玩游戏呢,真烦人呀,还要工作糊口呀!
页:
[1]