CSharpHelpers Class

Definition

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.

public static class CSharpHelpers
type CSharpHelpers = class
Public Class CSharpHelpers
Inheritance
CSharpHelpers

Methods

IsIdentifierPart(Char)

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(Char)

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(Char)

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.

Applies to