0
votes
5answers
104 views
Extending the Enumerable class in c#?
Hi,
I have situation to extend the Enumerable class in c# to add the new Range method that accepts long parameters. I cannot define the method like this
public static IEnumerable<long> …
