Hi all,
I am looking to implement an interface which has a function which will return the type of the base class without using a generic interface. Is this possible?
class MyClass : MyInterface<MyClass> // Would rather use one below
class MyClass : MyInterface // Functions already know to use MyClass