TableSectionBase<T>.Remove(T) 方法  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 TableSectionBase<T> 对象中删除指定项。
public bool Remove(T item);
	abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool
	参数
- item
 - T
 
要移除的项。
返回
		System.Boolean
		
	
	如果从当前集合中删除了项,则为 true;如果当前集合中找不到该项,则为 false。
实现
					
						System.Collections.Generic.ICollection`1.Remove(`0)