This question is locked. New answers and comments are not allowed.
Hi,
(sorry for the typo in the title)
I am implementing an abstract class and overriding methods.
JustCode indicates that no suitable member was found to be overridden:
Thanks.
Ilija
(sorry for the typo in the title)
I am implementing an abstract class and overriding methods.
JustCode indicates that no suitable member was found to be overridden:
//abstract method public abstract Task Initialize();//Override public override Task Initialize()Thanks.
Ilija