I have a generic method
Foo<T>
I have a Type variable bar
Is it possible to achieve something like Foo<bar>
Visual Studio is expecting a type or namespace at the bar.
I have a generic method
Foo<T>
I have a Type variable bar
Is it possible to achieve something like Foo<bar>
Visual Studio is expecting a type or namespace at the bar.