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