Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Purity
Compiler
Keywords
C# Class Purity.Compiler.Keywords
Exibir arquivo
Open project: paf31/Purity
Public Properties
Property
Type
Description
KeywordList
string[]
Public Methods
Method
Description
IsKeyword
(
string
s
) :
bool
IsNotKeyword
(
string
s
) :
bool
Method Details
IsKeyword()
public
static
method
public
static
IsKeyword
(
string
s
) :
bool
s
string
return
bool
IsNotKeyword()
public
static
method
public
static
IsNotKeyword
(
string
s
) :
bool
s
string
return
bool
Property Details
KeywordList
public_oe static_oe property
public
static
string[]
KeywordList
return
string[]