IAnnotationDictionary.Remove<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.