EyeshotDisposableDictionary<T>.Remove Method

Removes the first occurrence of a specific object from this collection.
Public Shadows Function Remove( _ 
ByVal name As String
) As Boolean
This language is not supported or no code example is available.
new public bool Remove( 
string name 
)
This language is not supported or no code example is available.

Parameters

name
string

The object name to remove from this collection

Return Value

bool

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

.NET Framework

Supported in: 4.8

In this article

Definition