Exemplo n.º 1
0
 public Fill(IVar <T> tI, T t)
 {
     this.tI = tI;
     this.t  = t;
 }
Exemplo n.º 2
0
 public TryFill(IVar <T> tI, T t) : base(tI, t)
 {
 }
Exemplo n.º 3
0
 public FillFailure(IVar <T> tI, Exception e)
 {
     this.tI = tI;
     this.e  = e;
 }