IMetadataDictionaryTTag, TEntryTryGet Method

Gets the entry associated with the specified tag.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
bool TryGet(
	TTag tag,
	out TEntry entry
)

Parameters

tag  TTag
The tag.
entry  TEntry
The entry.

Return Value

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

See Also