C# Class System.CSharpHelpers

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
CreateEscapedIdentifier ( string name ) : string
IsValidLanguageIndependentIdentifier ( string value ) : bool

Private Methods

Méthode 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 méthode

public static CreateEscapedIdentifier ( string name ) : string
name string
Résultat string

IsValidLanguageIndependentIdentifier() public static méthode

public static IsValidLanguageIndependentIdentifier ( string value ) : bool
value string
Résultat bool