Intellisense displays a list of valid possible choices after you type the scope resolution operator : : 在键入范围解析运算符( : : )之后, intellisense将显示可能的有效选项的列表。
3.
There is one coding scenario that will pass the compiler but that will result in an unverifiable assembly : calling a virtual function through an object instance using the scope resolution operator 以下编码方案可以通过编译器,但会导致不可验证的程序集:使用范围解析运算符通过对象实例调用虚函数。例如: