0
What's the typeof operator in c#
What's the typeof operator in c# and how to use
3 Antworten
0
Benjamin Jürgens please answer simpler
I don't know what's in and where it works
+ 1
It gives the System.Type of a type. Use it like this: Type type = tipeof(int);
For more information please do a simple web search