typeof(OpenGenericType<,>) in cobra
Posted: Sat Jan 09, 2010 9:05 am
how do I express open generic type System.Type initializers?
I could do that with c#:
is there something similar in cobra?
I could do that with c#:
- Code: Select all
var opengenerictype = typeof(OpenGenericType<,>);
is there something similar in cobra?