✅ C# linux
I have created a solution and created interface file IEmployee.cs now I want to inherit this file in newly created IEmployeeBase.cs in visual studio code
5 Replies
Do I have to manually add implement interface for IEmployee
since it is not auto importing or referencing like it happens in visual studio
: IEmployee
is how you designate that a type implements IEmployee
so i'm not sure what your question isno problem maybe I asked the wrong question