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
tagTTagThe tag.
entryTEntryThe entry.
Returns
- bool
true if the tag is found, false if not.