Exemplo n.º 1
0
 public Segment(Segment other)
     : this(other.length, other.start)
 {
 }
Exemplo n.º 2
0
 public TypedSegment(Segment seg, string type)
     : base(seg)
 {
     Type = type;
 }