IMetadataDictionaryTTag, TEntryRemove Method

Removes the entry for the specified tag from this dictionary.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
bool Remove(
	TTag tag
)

Parameters

tag  TTag
The tag.

Return Value

Boolean
true if the tag is removed, false if not.

See Also