IClrCollectionAccessor.RemoveStandalone(Object, Object) Method

Definition

Removes a value from the passed collection.

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

Parameters

collection
Object

The collection.

value
Object

The value to check.

Returns

true if the value was contained in the collection; false otherwise.

Applies to