public Enumerator(MapElementDictionary <T, TNative> dict) { _dict = dict; }
public MapDictionary() { Pins = new MapElementDictionary <MapPin, TPin>(); Polylines = new MapElementDictionary <MapPolyline, TPolyline>(); }