CSharpHelpers Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides helper functions for the CSharp tokenizer.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The CSharpHelpers type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | IsIdentifierPart | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified character can be used for identifier. |
![]() ![]() | IsIdentifierStart | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified character can be used as an identifier start character. |
![]() ![]() | IsRealLiteralSuffix | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified character is a literal suffix for real numbers. |
Show:
