Example #1
0
 internal Step(Step other)
 {
     _navigation = new Navigation(other._navigation);
     _reference  = new Reference(other._reference);
     _next       = new Step(other._next);
 }