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.

System.Object
  System.Web.Razor.Tokenizer.CSharpHelpers

Namespace:  System.Web.Razor.Tokenizer
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public final class CSharpHelpers

The CSharpHelpers type exposes the following members.

  NameDescription
Public methodStatic memberIsIdentifierPartThis 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.
Public methodStatic memberIsIdentifierStartThis 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.
Public methodStatic memberIsRealLiteralSuffixThis 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.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: