Fuzzlyn icon indicating copy to clipboard operation
Fuzzlyn copied to clipboard

Function Pointer Support

Open tannergooding opened this issue 3 years ago • 0 comments

While .NET has supported function pointers since v1, C# added proper support for them in C# 9 and so they are more prevalent in real world code now.

It would likely be useful for Fuzzlyn to support generating function pointers as fields, method parameters/return types, and to support calling them to help catch interesting error cases.

tannergooding avatar Nov 04 '21 18:11 tannergooding