C# 예약어

Program/C# 2014. 10. 16. 17:12

C# 에서 사용하는 예악어

(사용 방법은 천천히 정리하는 걸로;;;;)


 1. abstract

 2. as

 3. base

 4. bool

 5. break

 6. byte

 7. case

 8. catch

 9. char

10. checked

11. class

12. const

13. continue

14. decimal

15. default

16. delegate

17. do

18. double

19. else

20. enum

21. event

22. explicit

23. extern

24. FALSE

25. finally

26. fixed

27. float

28. for

29. foreach

30. goto

31. if

32. implicit

33. in

34. in (generic modifier)

35. int

36. interface

37. internal

38. is

39. lock

40. long

41. namespace

42. new

43. null

44. object

45. operator

46. out

47. out (generic modifier)

48. override

49. params

50. private

51. protected

52. public

53. readonly

54. ref

55. return

56. sbyte

57. sealed

58. short

59. sizeof

60. stackalloc

61. static

62. string

63. struct

64. switch

65. this

66. throw

67. TRUE

68. try

69. typeof

70. uint

71. ulong

72. unchecked

73. unsafe

74. ushort

75. using

76. virtual

77. void

78. volatile

79. while


Visual Studio .NET 2010 기준

출처 : http://msdn.microsoft.com/en-us/library/x53a06bb(v=vs.100).aspx



Posted by PARK37
,