Ejemplo n.º 1
0
 private SimpleTag(SimpleTag that, string key)
     : base(that, key)
 {
 }
Ejemplo n.º 2
0
 private SimpleTag(SimpleTag that, int?duration)
     : base(that, duration)
 {
 }
Ejemplo n.º 3
0
 private SimpleTag(SimpleTag that)
     : base(that)
 {
 }