Namespace ImageVault.Core.Lib.Collections.Specialized
Classes
BiDirectionalDictionary<TFirst, TSecond>
This is a dictionary guaranteed to have only one of each value and key. It may be searched either by TFirst or by TSecond, giving a unique answer because it is 1 to 1.