SyntaxFix
Write A Post
Hire A Developer
Questions
In order to check if an object is compatible with a given type variable, instead of writing
u is t
you should write
typeof(t).IsInstanceOfType(u)