日期:2014-05-20  浏览次数:20751 次

请问下
public   Filter   this[int   index]
{
                        get   {   return   ((Filter)InnerList[index]);   }
}

错误:
索引超出范围。必须为非负值并小于集合大小
参数名:   index

+ (Filter)InnerList[index] “InnerList[index]”引发了“System.ArgumentOutOfRangeException”类型的异常 DirectX.Capture.Filter   {System.ArgumentOutOfRangeException}

是怎么回事?

------解决方案--------------------
up