Table of Contents

IMetadataDictionary<TTag, TEntry>.TryGet Method

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Gets the entry associated with the specified tag.

bool TryGet(TTag tag, out TEntry entry)

Parameters

tag TTag

The tag.

entry TEntry

The entry.

Returns

bool

true if the tag is found, false if not.