IMetadataDictionary<TTag, TEntry>.this Property
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Gets the entry for the specified tag.
TEntry this[TTag tag] { get; }
Parameters
tagTTagThe tag.
Property Value
- TEntry
The entry.