tr333
Jul 11th, 2005, 08:06 PM
creating my first c# project, i can't work out how to declare a variable as public.
public string name;
when i try the above code, it says "Invalid expression term 'public'".
public string name;
when i try the above code, it says "Invalid expression term 'public'".