Example #1
0
 public AddressWrapper(MethodRefWrapper mRefW)
 {
     this.mRefW = mRefW;
     kind       = AddressKind.AddrM;
 }