0

I have created a method as follows. I want to pass the parameter of long into this method by converting it into IEnumerable. I tried casting but it is not working. I couldn't find a solution for this. I have attatched my method below.

public static IEnumerable<long> GetDetail(IEnumerable<long> x, IEnumerable<long> y){}

0 Answers0