请高手指点一下
public void Test(IList <ArraySegment <byte> > buffer)
{
}
请高手详细解释一下这个参数的意义
------解决方案--------------------IList <ArraySegment <byte> > buffer
ArraySegment <byte> 是一个类型为byte的列表.
buffer 是一个类型为ArraySegment <byte> 的列表.
怎么这么绕呢...
------解决方案--------------------瓦卡卡
坐二楼 看hbxtlhx(平民百姓)兄 绕口令
------解决方案--------------------buffer是一个Ilist列表 该列表里装载的是类型为byte的ArraySegment结构体