expected class delegate enum interface or struct is cuming up as an error ?

Newbie Member
14Dec2010,03:27   #1
gemma028's Avatar
static int GetRandNum(int iStart, int iEnd)
{
Random r = new Random();

this is park of my code that am workin on creating an 2 arrays it wont declare int and random and void?? after i have insearted my constructor could it be inserted into the wrong place?

thanks gemma
Go4Expert Member
15Dec2010,00:47   #2
dotNet Zombie's Avatar
is the error being thrown right when it calls the Random class constructor?