BijectiveMap Description sealed class Tinman.Core.Collections.BijectiveMap → <TLeft> → <TRight> Derived from IBijectiveMap<TLeft, TRight> Default implementation of the IBijectiveMap interface. Public / Constructors BijectiveMap public constructor BijectiveMap → (2) left in : IMap<TLeft, TRight> [not-null] The left-side dictionary to use. right in : IMap<TRight, TLeft> [not-null] The right-side dictionary to use. Creates a new instance of BijectiveMap. BagConstBase CollectorDelegate