IClrCollectionAccessor.RemoveStandalone(Object, Object) 方法

定义

从传递的集合中删除值。

public bool RemoveStandalone (object? collection, object value);
abstract member RemoveStandalone : obj * obj -> bool
Public Function RemoveStandalone (collection As Object, value As Object) As Boolean

参数

collection
Object

集合。

value
Object

要检查的值。

返回

true 如果值包含在集合中,则为 ; false 否则。

适用于