haven1433 / autoimplement

Provide automatic implementations for .net interfaces following boilerplate design patterns
MIT License
4 stars 2 forks source link

bugfix: should be able to create implementation for interfaces where a #11

Closed haven1433 closed 5 years ago

haven1433 commented 5 years ago

child interface adds extra getter/setter to a property from a base interface. Example: If an interface implemented both IList<> were to implement IReadOnlyList<>.