C# Class System.CSharpHelpers

Show file Open project: dotnet/corefx

Public Methods

Method Description
CreateEscapedIdentifier ( string name ) : string
IsValidLanguageIndependentIdentifier ( string value ) : bool

Private Methods

Method Description
CSharpHelpers ( ) : System.Collections.Generic
IsKeyword ( string value ) : bool
IsPrefixTwoUnderscore ( string value ) : bool
IsSpecialTypeChar ( char ch, bool &nextMustBeStartChar ) : bool
IsValidTypeNameOrIdentifier ( string value, bool isTypeName ) : bool

Method Details

CreateEscapedIdentifier() public static method

public static CreateEscapedIdentifier ( string name ) : string
name string
return string

IsValidLanguageIndependentIdentifier() public static method

public static IsValidLanguageIndependentIdentifier ( string value ) : bool
value string
return bool