예제 #1
0
 public OutProxy(InOut <T> inout)
 {
     _inout = inout;
 }
예제 #2
0
 public InProxy(InOut <T> inout)
 {
     _inout = inout;
 }