C# 클래스 NArrange.VisualBasic.VBKeyword

Visual Basic keyword constants.
파일 보기 프로젝트 열기: MarcStan/NArrange

공개 메소드들

메소드 설명
IsVBKeyword ( string word ) : bool

Determines whether or not the specifed word is a VB keyword.

Normalize ( string keyword ) : string

Normalizes a keyword for standard casing.

비공개 메소드들

메소드 설명
CreateNormalizedKeywordDictionary ( ) : string>.Dictionary

Creates a dictionary of special cases when normalizing keywords.

메소드 상세

IsVBKeyword() 공개 정적인 메소드

Determines whether or not the specifed word is a VB keyword.
public static IsVBKeyword ( string word ) : bool
word string The word to test.
리턴 bool

Normalize() 공개 정적인 메소드

Normalizes a keyword for standard casing.
public static Normalize ( string keyword ) : string
keyword string VB keyword.
리턴 string