Пример #1
0
 public Enumerator(MapElementDictionary <T, TNative> dict)
 {
     _dict = dict;
 }
Пример #2
0
 public MapDictionary()
 {
     Pins      = new MapElementDictionary <MapPin, TPin>();
     Polylines = new MapElementDictionary <MapPolyline, TPolyline>();
 }