Fixing Compiler Error CS1002 In C# Application
Fixing Compiler Error CS1002 In C# Application
#fixerror #compiler #error #cs1002 #csharp #application
#description :- The compiler detected a missing #semicolon .
A semicolon is required at the end of every statement in C#.
A statement may span more than one line.
The following sample generates CS1002:
// CS1002.cs
namespace x
{
public class y {
int i // CS1002, missing semicolon
public static int Main()
{
return 0;
}
}
}
Reference :- (CS1002)
Compiler Error C# Application Playlist #playlist #error #application
#Subscribe the #Channel #Link :- #bansodetechsolution #ajupgrading
IF any #Query or #Doubt #DM on #Instagram :- #bansode_ajay_2102
LinkedIn Profile
#fixerror #compiler #error #cs1002 #csharp #application
#description :- The compiler detected a missing #semicolon .
A semicolon is required at the end of every statement in C#.
A statement may span more than one line.
The following sample generates CS1002:
// CS1002.cs
namespace x
{
public class y {
int i // CS1002, missing semicolon
public static int Main()
{
return 0;
}
}
}
Reference :- (CS1002)
Compiler Error C# Application Playlist #playlist #error #application
#Subscribe the #Channel #Link :- #bansodetechsolution #ajupgrading
IF any #Query or #Doubt #DM on #Instagram :- #bansode_ajay_2102
LinkedIn Profile
Comments
Post a Comment