Is it possible to have some kind of entry-point like interfaces in C#?
I have some data as an input and want to define a certain function as entry point for this parameter, so that a user knows which function to use.
Is it possible to have some kind of entry-point like interfaces in C#?
I have some data as an input and want to define a certain function as entry point for this parameter, so that a user knows which function to use.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.