C# Class NArrange.VisualBasic.VBKeyword

Visual Basic keyword constants.
Afficher le fichier Open project: MarcStan/NArrange

Méthodes publiques

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

Méthode Description
CreateNormalizedKeywordDictionary ( ) : string>.Dictionary

Creates a dictionary of special cases when normalizing keywords.

Method Details

IsVBKeyword() public static méthode

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

Normalize() public static méthode

Normalizes a keyword for standard casing.
public static Normalize ( string keyword ) : string
keyword string VB keyword.
Résultat string