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