StanleyDev
Member
- Nov 13, 2011
- 35
- 0
So im making an emulator with a friend and im getting this error:
the error's are coming on line 1 'bool' line 4 on the '[] strArray' and 'char[''] { ' ' });'
Code:
public static bool smethod_5(Class12 class12_0, string string_0)
{
bool flag;
string[] strArray = string_0.Split(new char[''] { ' ' });
string str = null;
Class12 class2 = null;
Class10 class3 = class12_0.method_2().Class10_0;
Class36 class4 = null;
try
the error's are coming on line 1 'bool' line 4 on the '[] strArray' and 'char[''] { ' ' });'