public void VisitLocationMarker(ILocationMarker location)
 {
     _currentContainer.Add((ILocationMarker)location.Clone());
 }
Example #2
0
 public void VisitLocationMarker(ILocationMarker location)
 {
     _currentContainer.Add((ILocationMarker)location.Clone());
 }