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