L
lennin
Hello Everyone!
do you people know of any function in the framework to translate FCL
Type names of primitives to c# type names?. i.e. CSharp.GetName(
Type type )
CSharp.GetName( typeof(System.Int32)) == "int"
CSharp.GetName( typeof(System.Void)) == "void"
Thanks,
Lennin
do you people know of any function in the framework to translate FCL
Type names of primitives to c# type names?. i.e. CSharp.GetName(
Type type )
CSharp.GetName( typeof(System.Int32)) == "int"
CSharp.GetName( typeof(System.Void)) == "void"
Thanks,
Lennin