Hello Friends,
Could you please some one explain why I am getting this compilation error
"System.Void cannot be used from C# -- use typeof(void) to get the void type object"
i have method called
public static Void ArryTypeCasting()
{
//Code
}
when i am compiling the program , i am getting Error message "System.Void cannot be used from C# -- use typeof(void) to get the void type object".
Thanks in advance.

Midhun TpPosted Aug 29, 2016, 2:35 AM
Rajeesh MenothPosted Aug 29, 2016, 5:35 AM
Vinay SinghPosted Aug 29, 2016, 4:33 AM