Closed markwallace-microsoft closed 11 months ago
I found not many but a few examples on GitHub of folks implementing ISKFunction:
How do we feel about these in the context of giving KernelFunction an internal ctor that prevents derivation?
We are going to start by keeping it internal as developers can create custom implementations from any arbitrary method and then they will get the pre/post function hooks support automatically.
I found not many but a few examples on GitHub of folks implementing ISKFunction:
How do we feel about these in the context of giving KernelFunction an internal ctor that prevents derivation?