Condividi tramite


Parole chiave di C#

Le parole chiave sono identificatori riservati predefiniti che hanno un significato specifico per il compilatore e che non possono essere utilizzate come identificatori nel programma, a meno che non includano il prefisso @. Ad esempio, @if è un identificatore valido mentre if non lo è, in quanto è una parola chiave.

abstract

event

new

struct

as

explicit

null

switch

base

extern

object

this

bool

false

operator

throw

break

finally

out

true

byte

fixed

override

try

case

float

params

typeof

catch

for

private

uint

char

foreach

protected

ulong

checked

goto

public

unchecked

class

if

readonly

unsafe

const

implicit

ref

ushort

continue

in

return

using

decimal

int

sbyte

virtual

default

interface

sealed

volatile

delegate

internal

short

void

do

is

sizeof

while

double

lock

stackalloc

 

else

long

static

 

enum

spazio dei nomi - namespace

stringa

 

Parole chiave contestuali

get

partial

set

value

where

yield

Vedere anche

Concetti

Guida per programmatori C#

Altre risorse

Riferimenti per C#