显式接口实现 
   名称 说明 
 IList..::.Add 实现 IList..::.Add。在所有情况下均引发 NotSupportedException。 
 IList..::.Clear 将 Array 中的所有元素设置为零、false 或 nullNothingnullptrnull 引用(在 Visual Basic 中为 Nothing),具体取决于元素类型。 
 IList..::.Contains 确定某元素是否在 Array 中。 
 ICollection..::.Count 获取 Array 中包含的元素数。 
 IList..::.IndexOf 搜索指定的对象,并返回当前一维实例中第一个匹配项的索引。 
 IList..::.Insert 实现 IList..::.Insert。在所有情况下均引发 NotSupportedException。 
 IList..::.Item 获取或设置指定索引处的元素。 
 IList..::.Remove 实现 IList..::.Remove。在所有情况下均引发 NotSupportedException。 
 IList..::.RemoveAt 实现 IList..::.RemoveAt。在所有情况下均引发 NotSupportedException。 
上面的数据是从csdn文档中截取下来,这些方法怎么用,如何去使用了,肯求知道的人告诉我