Reflection
// Using GetType to obtain type information:
int i = 42;
Type type = i.GetType();
Console.WriteLine(type);Last updated
// Using GetType to obtain type information:
int i = 42;
Type type = i.GetType();
Console.WriteLine(type);Last updated