Hi
I want a class to implement a particluar shared (static for C# fans) method. I can check it does at run time using reflection but is there anything I can do at compile time?
I can't define a shared fnction on an interface, nor can I mark a shared function as "MustOverride" on a class.
Any thoughts?
Thanks
Duncan
I want a class to implement a particluar shared (static for C# fans) method. I can check it does at run time using reflection but is there anything I can do at compile time?
I can't define a shared fnction on an interface, nor can I mark a shared function as "MustOverride" on a class.
Any thoughts?
Thanks
Duncan