MapDelegate<K, V> constructor

MapDelegate<K, V>(
  1. Map<K, V> _map
)

Implementation

MapDelegate(this._map);