我正在学习更多关于C#的知识,并且想知道如何显示引用的实际值或结构的地址.我正在寻找类似于以下C代码的东西:
int i; printf("int i resides at memory location %x",&i);
c#
c# ×1