MapEntry Description struct Tinman.Core.Collections.MapEntry → <TKey> → <TValue> Represents a single key/value pair stored in a IMap instance. Public / Constants Default public static readonly attribute Default → (MapEntry<TKey, TValue>) The default value. Public / Constructors MapEntry public constructor MapEntry → (2) key in : TKey The entry key. value in : TValue The entry value. Creates a new instance of MapEntry. Public / Attributes Key public readonly attribute Key → (TKey) The entry key. Value public readonly attribute Value → (TValue) The entry value. MapConstBase OrderedSet