MultiMapK, V(MultiMapK, V) Constructor
Initializes a new instance of the
MultiMapK, V class.
Copy constructor for mult-imaps.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public MultiMap(
MultiMap<K, V> other
)
Public Sub New (
other As MultiMap(Of K, V)
)
public:
MultiMap(
MultiMap<K, V>^ other
)
new :
other : MultiMap<'K, 'V> -> MultiMap
Parameters
- other MultiMapK, V
- Other map to clone.