C#C
C#3y ago
Delta 2.1

function pointer

I need to have some kind of array of function pointer, which can be pretty big, how to encapsulate a managed Function Pointer like a Delegate, with support of arguments by ref ?
Was this page helpful?