示例#1
0
 public override string ToString() => MyIntValue.ToString();
示例#2
0
 public static int CheckAddressOf(int a)
 {
     var     value    = new MyIntValue(a);
     ref int intValue = ref value.GetValuePtr();