コード例 #1
0
 public void SetBytePointer(ushort address) =>
 BytePointer.FromInt(address);
コード例 #2
0
 public void SetBytePointer(Address address) =>
 BytePointer.FromInt(address.Value);