| 
 
 IMapUint64_DG InterfaceMap Uint64 -> Uint64 A standalone map can be created with a IObjectGenerator_DG.Create<IMapUint64_DG>() call. Properties
     int Count { get; } Methods
IsEmptySetAtLookupRemoveKeyClearCurrentKeyCurrentValueMoveNextResetCurrentPosition 
 	bool IsEmpty() 
 	void SetAt(UInt64 key, UInt64 value) 
 	bool Lookup(UInt64 key, UInt64 value) 
 	bool RemoveKey(UInt64 key) 
 	void Clear() 
 	UInt64 CurrentKey() 
 	UInt64 CurrentValue() 
 	bool MoveNext() 
 	void ResetCurrentPosition() 
 |