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 :-

Comments

Popular posts from this blog

Load Data From Excel To Grid View in Asp.net C#

Code Analysis | IDE0054 In C# Application

10.5. Identity and Access Management (IAM) in Cloud Computing