❔ std::function-like var
Hey, I want to pass an function pointer (only void type) to a method which accepts generic arguments, I want to be able to basically store the reference to that function then call it on command. Not sure if this is way way too low level for C#, but it'd be pretty nice to have as an option, therefore, I have to ask if it's possible
4 Replies