Table of Contents

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

tag TTag

The tag.

Returns

bool

true if the tag is removed, false if not.