C# 클래스 System.CSharpHelpers

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CreateEscapedIdentifier ( string name ) : string
IsValidLanguageIndependentIdentifier ( string value ) : bool

비공개 메소드들

메소드 설명
CSharpHelpers ( ) : System.Collections.Generic
IsKeyword ( string value ) : bool
IsPrefixTwoUnderscore ( string value ) : bool
IsSpecialTypeChar ( char ch, bool &nextMustBeStartChar ) : bool
IsValidTypeNameOrIdentifier ( string value, bool isTypeName ) : bool

메소드 상세

CreateEscapedIdentifier() 공개 정적인 메소드

public static CreateEscapedIdentifier ( string name ) : string
name string
리턴 string

IsValidLanguageIndependentIdentifier() 공개 정적인 메소드

public static IsValidLanguageIndependentIdentifier ( string value ) : bool
value string
리턴 bool