Compiler Error CS1003
Syntax error, 'char' expected
The compiler will generate this error for any one of several error conditions. Review your code to find the syntax error.
The following sample generates CS1003:
C#
// CS1003.cs
public class b
{
public static void Main()
{
int[] a;
a[); // CS1003
}
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: