EyeshotKeyedCollection<T>.TryRemove (T) Method

Removes the item form the collection, if present.
Public Function TryRemove( _ 
ByVal item As T _ 
) As Boolean
This language is not supported or no code example is available.
public bool TryRemove( 
T item 
)
This language is not supported or no code example is available.

Parameters

item
T

The item.

Return Value

bool

True if the item was found and removed, otherwise false.

.NET Framework

Supported in: 4.8

In this article

Definition