Closed JoeBerkley closed 5 years ago
The type here should be allowed to be anything that implements the list interface, not forced to be converted to a list. This isn't a breaking change as List<> implements IList<>
List<>
IList<>
Looks good to me, thanks!
The type here should be allowed to be anything that implements the list interface, not forced to be converted to a list. This isn't a breaking change as
List<>
implementsIList<>