EyeshotDisposableCollection<T>.Remove Method

Removes the first occurrence of a specific item from this collection.
Public Overrides Function Remove( _ 
ByVal item As T _ 
) As Boolean
This language is not supported or no code example is available.
public override bool Remove( 
T item 
)
This language is not supported or no code example is available.

Parameters

item
T

The object to remove from this collection

Return Value

bool

True if item is successfully removed; otherwise, false. This method also returns false if item was not found in this collection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition