Error CS1518: Expected class, delegate, enum, interface, or struct
Created at 01 Dec 2016, 18:20
Error CS1518: Expected class, delegate, enum, interface, or struct
01 Dec 2016, 18:20
When I try to build the cbot I get the following eror:
Error CS1518: Expected class, delegate, enum, interface, or struct
What do I do?
cyfer
01 Dec 2016, 18:36
Impossible to tell without code , but this is usually due to declaring methods, variables etc outside of any Class .
after the opening Bracket of the name space you declared a global variable for example ?
@cyfer