共用方式為


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 否則。

適用於