반응형
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
반응형
'백엔드 > C#' 카테고리의 다른 글
왜 프로그램 설치할때 게시자를 알수없는 앱 어쩌고 뜨는걸까? (0) | 2021.05.11 |
---|---|
문자 숫자 형변환하기 (0) | 2021.05.05 |
C#에서 enum 다중값 사용하는 방법 (0) | 2021.05.02 |
라디오버튼을 클릭해서 체크 해제하고 싶은 경우 (3) | 2021.04.26 |
Visual Studio의 탭 순서(TabIndex) 변경 기능 (0) | 2021.04.25 |
댓글