Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'type' : 'typeid' can only be applied to a type
The typeid operator was used incorrectly.
Example
The following sample generates C3363.
// C3363.cpp
// compile with: /clr
int main() {
System::typeid; // C3363
}