CSharpHelpers Methods

Include Protected Members
Include Inherited Members

The CSharpHelpers type exposes the following members.

Methods

  Name Description
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.

Top

See Also

Reference

CSharpHelpers Class

System.Web.Razor.Tokenizer Namespace