본문 바로가기
백엔드/C#

예약어

by 1005ptr 2021. 5. 5.
반응형
abstract as base bool break
byte case catch char checked
class const continue decimal default
delegate do double else enum
event explicit extern false finally
fixed float for foreach goto
if implicit in int interface
internal is lock long namespace
new null object operator out
override params private protected public
readonly ref return sbyte sealed
short sizeof stackallloc static string
struct switch this throw true
try typeof uint ulong unchecked
unsafe ushort using virtual volatile
void while  

 

조건문 if break case do else switch
자료형 bool byte char decimal double enum float int long object sbyte short string uint ulong ushort
반복문 continue for foreach in while
형태? interface class struct namespace 
null true false 
접근제어 private internal protected public 
변수옵션 readonly const static
예외 try catch throw finally 
  params ref out void
이벤트 event delegate
상속 override virtual
  is as sizeof typeof this using new
안써본거 explicit extern fixed goto implicit sealed checked unchecked volatile unsafe stackallloc

abstract

base

default

lock

operator

return

반응형

댓글