Fixing Compiler Error CS1513 In C# Application
Fixing Compiler Error CS1513 In C# Application
#fixerror #compiler #error #CS1513 #csharp #application
#description :-
Compiler Error CS1513
} expected
The compiler expected a closing curly brace ( } ) that was not found.
The following sample generates CS1513:
C#
// CS1513
namespace y // CS1513, no close curly brace
{
class x
{
public static void Main()
{
}
}
Reference :- (CS1513)
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:-
Blogger Link :-
#fixerror #compiler #error #CS1513 #csharp #application
#description :-
Compiler Error CS1513
} expected
The compiler expected a closing curly brace ( } ) that was not found.
The following sample generates CS1513:
C#
// CS1513
namespace y // CS1513, no close curly brace
{
class x
{
public static void Main()
{
}
}
Reference :- (CS1513)
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:-
Blogger Link :-
Comments
Post a Comment