Skip to content

Reserved Keywords

Keywords are pre-defined, reserved identifiers that have special meanings to the compiler. For your Solution to be built successfully, they cannot be used in the YAML model for object name definitions.

See all reserved keywords in the list below:

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

External Documentation

To learn more about the C# Keywords, see the official documentation available at the following link.


Back to top