IMetadataDictionaryTTag, TEntryItem Property

Gets the entry for the specified tag.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
TEntry this[
	TTag tag
] { get; }

Parameters

tag  TTag
The tag.

Return Value

TEntry
The entry.

See Also