Exemplo n.º 1
0
 public RefArg(HostVariable <T> target)
     : base(target)
 {
 }
Exemplo n.º 2
0
 protected ByRefArg(HostVariable <T> target)
 {
     this.target = target;
 }
Exemplo n.º 3
0
 public OutArg(HostVariable <T> target)
     : base(target)
 {
 }