IAnnotationDictionary.Remove<T> Method

Definition

Removes an object with the specified Type from the dictionary.

public:
generic <typename T>
 bool Remove();
public bool Remove<T> ();
abstract member Remove : unit -> bool
Public Function Remove(Of T) () As Boolean

Type Parameters

T

The type of the object to remove. This is the key that is associated with the object.

Returns

true if the object is successfully found and removed; otherwise, false.

Applies to