作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
Also, there is one other thing that is an lvalue in VC#, though it's a language extension - __argvalue().
那是 唯一 Google __argvalue
的结果。
我在LINQPad里试过了,好像没有。
最佳答案
我可以肯定地说,从 .NET Framework 4.0 开始,C# 中没有 __argvalue
。编译器二进制文件包含一个标记表。您可以从 0x00009840
开始找到其他隐藏的 __ 前缀关键字。但是,对整个 二进制文件的搜索显示没有__argvalue
标记。
该评论的作者可能指的是 __arglist
,它可以是一个左值。
关于c# - 什么是 __argvalue?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1770838/
Also, there is one other thing that is an lvalue in VC#, though it's a language extension - __argval
我是一名优秀的程序员,十分优秀!