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.
'delegate' : a delegate can only be created from a global function or a member function of a managed or WinRT type
Delegates, declared with the delegate keyword, can only be declared at global scope.
The following sample generates C3353:
// C3353.cpp
// compile with: /clr
delegate int f; // C3353