in C# write a code for declare a Method and Properties in Interface

//Method
void SomeMethod();

// Properties
string SomeProperty { get;set;}

No comments:

Post a Comment