Tokens_keywords - glantucan/puzzle_game GitHub Wiki

Palabras clave (Keywords)

Son palabras que reconoce y se reserva el compilador para identificar estructuras de programación del lenguaje que se está utilizando. Lo importante, de momento, es que tengas cuidado de no utilizarlas como identificador (nombre de variable o función) para evitar errores de compilación. Estas son todas las de C#.

abstract
add
as
ascending
async
await
base
bool
break
byte
by
case
catch
char
checked
class
const	
continue
decimal
default
delegate
descending
do
double
dynamic
else
enum
equals
event
explicit
extern
false
finally
fixed	
float
for
foreach
from
get
global
group
if
implicit
in
int
into
interface
internal
is
join
let	Lock
long
namespace
new
null
object
on
operator
orderby
out
override
params
partial
private
protected
public
readonly	
ref
remove
return
sbyte
sealed
select
set
short
sizeof
stackalloc
static
string
struct
switch
this
throw
true	
try
typeof
uint
ulong
unchecked
unsafe
ushort
using
value
var
virtual
void
volatile
where
while
yield
⚠️ **GitHub.com Fallback** ⚠️