C# Class NArrange.CSharp.CSharpSymbol

C# character constants.
Mostrar archivo Open project: MarcStan/NArrange

Public Methods

Method Description
IsCSharpSymbol ( char character ) : bool

Determines if the specified char is a Csharp symbol character.

Method Details

IsCSharpSymbol() public static method

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