Remove

SubPathCollection.Remove 方法

删除 SubPath 元素。

public bool Remove(SubPath item)
参数类型描述
itemSubPath将被删除的 SubPath 对象。

返回值

True - 如果找到元素;否则,false。

另请参见