[System.Reflection.DefaultMember("Item")] public interface INMap<TKey,TValue> : Nevron.Nov.DataStructures.INAddable<NKeyValuePair<TKey,TValue>>, INClearable, Nevron.Nov.DataStructures.INContains<NKeyValuePair<TKey,TValue>>, INContains<TKey>, Nevron.Nov.DataStructures.INCountable<NKeyValuePair<TKey,TValue>>, Nevron.Nov.DataStructures.INDynamicSet<NKeyValuePair<TKey,TValue>>, Nevron.Nov.DataStructures.INIterable<NKeyValuePair<TKey,TValue>>, Nevron.Nov.DataStructures.INRemovable<NKeyValuePair<TKey,TValue>>, INRemovable<TKey>, Nevron.Nov.DataStructures.INSet<NKeyValuePair<TKey,TValue>>