0
votes
2answers
114 views
polymorphic search for files in file system or in assembly embedded resources
I am learning to use polymorphism in C#, but cannot figure out this one. I'm trying to write a class that allows me to get a filtered list of files from a repository.
The repository could …
