C# Class NArrange.CSharp.CSharpSymbol

C# character constants.
Afficher le fichier Open project: MarcStan/NArrange

Méthodes publiques

Méthode Description
IsCSharpSymbol ( char character ) : bool

Determines if the specified char is a Csharp symbol character.

Method Details

IsCSharpSymbol() public static méthode

Determines if the specified char is a Csharp symbol character.
public static IsCSharpSymbol ( char character ) : bool
character char The character to test.
Résultat bool