EyeshotKeyedCollection<T>.TryRemove (String) Method

Removes the value associated with the specified key form the collection, if present.
Public Function TryRemove( _ 
ByVal key As String
) As Boolean
This language is not supported or no code example is available.
public bool TryRemove( 
string key 
)
This language is not supported or no code example is available.

Parameters

key
string

Return Value

bool

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

.NET Framework

Supported in: 4.8

In this article

Definition