C# Class NArrange.VisualBasic.VBKeyword

Visual Basic keyword constants.
Mostra file Open project: MarcStan/NArrange

Public Methods

Method Description
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.

Private Methods

Method Description
CreateNormalizedKeywordDictionary ( ) : string>.Dictionary

Creates a dictionary of special cases when normalizing keywords.

Method Details

IsVBKeyword() public static method

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

Normalize() public static method

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