C# Class Purity.Compiler.Keywords

Afficher le fichier Open project: paf31/Purity

Méthodes publiques

Свойство Type Description
KeywordList string[]

Méthodes publiques

Méthode Description
IsKeyword ( string s ) : bool
IsNotKeyword ( string s ) : bool

Method Details

IsKeyword() public static méthode

public static IsKeyword ( string s ) : bool
s string
Résultat bool

IsNotKeyword() public static méthode

public static IsNotKeyword ( string s ) : bool
s string
Résultat bool

Property Details

KeywordList public_oe static_oe property

public static string[] KeywordList
Résultat string[]