I found interesting C# library. And there is a strange syntax in the code, which I don't understand. What does such syntax mean:
IRequestHandler<,>
? The same as IRequestHAndler<T1, T2>
or something else?
I found interesting C# library. And there is a strange syntax in the code, which I don't understand. What does such syntax mean:
IRequestHandler<,>
? The same as IRequestHAndler<T1, T2>
or something else?