IMetadataDictionary<TTag, TEntry>.Remove Method
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Removes the entry for the specified tag from this dictionary.
bool Remove(TTag tag)
Parameters
tagTTagThe tag.
Returns
- bool
true if the tag is removed, false if not.