All Questions
Tagged with initialization interfaces
1 question
1
vote
3
answers
18k
views
Make Return Type an Interface - Problem with Initialization
I would like to make the return type of my method an interface rather than a class for similar reasons stated in c# List or IList, however I am having trouble figuring out how to initialize the ...