{"id":42692,"date":"2024-11-13T20:47:56","date_gmt":"2024-11-13T20:47:56","guid":{"rendered":"https:\/\/atmokpo.com\/w\/?p=42692"},"modified":"2024-11-26T06:34:44","modified_gmt":"2024-11-26T06:34:44","slug":"2-c-%ec%b5%9c%ec%8b%a0-%eb%ac%b8%eb%b2%95%ea%b3%bc-%ea%b8%b0%eb%8a%a5-%ed%99%9c%ec%9a%a9-c-9-0-%ec%9d%b4%ed%9b%84%eb%b6%80%ed%84%b0-%eb%8f%84%ec%9e%85%eb%90%9c-%ec%b5%9c%ec%8b%a0-%eb%ac%b8%eb%b2%95","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/42692\/","title":{"rendered":"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608  \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790)"},"content":{"rendered":"<p><body><\/p>\n<p>C#\uc740 \uc9c0\uc18d\uc801\uc73c\ub85c \ubc1c\uc804\ud574\uc628 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c\uc11c, \ub9e4 \ubc84\uc804\ub9c8\ub2e4 \uc0c8\ub85c\uc6b4 \ubb38\ubc95\uacfc \uae30\ub2a5\ub4e4\uc774 \ucd94\uac00\ub418\uc5b4 \uac1c\ubc1c\uc790\ub4e4\uc5d0\uac8c \ub354 \ub098\uc740 \ud504\ub85c\uadf8\ub798\ubc0d \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. C# 9.0\uc740 \ud2b9\ud788 \uba87 \uac00\uc9c0 \uc911\uc694\ud55c \ubb38\ubc95\uc801 \ubcc0\ud654\uc640 \uae30\ub2a5\ub4e4\uc744 \ub3c4\uc785\ud558\uc600\uace0, \uc774\ub294 \uac1c\ubc1c\uc790\ub4e4\uc774 \ucf54\ub4dc\ub97c \ub354\uc6b1 \uac04\uacb0\ud558\uace0 \uac00\ub3c5\uc131 \ub192\uac8c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4.<\/p>\n<h2>1. \uae30\ub85d \ud0c0\uc785 (Record Types)<\/h2>\n<p>C# 9.0\uc5d0\uc11c \uac00\uc7a5 \uc8fc\ubaa9\ubc1b\ub294 \uae30\ub2a5 \uc911 \ud558\ub098\ub294 <strong>\uae30\ub85d \ud0c0\uc785<\/strong>\uc785\ub2c8\ub2e4. \uae30\ub85d \ud0c0\uc785\uc740 \ub370\uc774\ud130\ub97c \ubd88\ubcc0\uc73c\ub85c \ub2e4\ub8e8\uae30 \uc704\ud574 \uc124\uacc4\ub418\uc5c8\uc73c\uba70, \uc8fc\ub85c \ub370\uc774\ud130 \uc804\uc1a1 \uac1d\uccb4(DTO)\ub098 \ube44\uc988\ub2c8\uc2a4 \ub85c\uc9c1\uc5d0\uc11c \ub110\ub9ac \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc778 \ucc28\ubcc4\uc810\uc740 \uac1d\uccb4 \uac04\uc758 \ube44\uad50\ub97c \ubcf4\ub2e4 \uc27d\uac8c \ud574 \uc900\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h3>\uae30\ub85d \ud0c0\uc785\uc758 \uc815\uc758<\/h3>\n<pre><code>public record Person(string Name, int Age);<\/code><\/pre>\n<p>\uc704\uc640 \uac19\uc774 \uae30\ub85d \ud0c0\uc785\uc744 \uc815\uc758\ud558\uba74, \uc790\ub3d9\uc73c\ub85c <code>Equals<\/code>, <code>GetHashCode<\/code>, <code>ToString<\/code> \uba54\uc11c\ub4dc\uac00 \uc0dd\uc131\ub429\ub2c8\ub2e4.<\/p>\n<h3>\uae30\ub85d \ud0c0\uc785\uc758 \uc0ac\uc6a9 \uc608<\/h3>\n<pre><code>\nvar person1 = new Person(\"Alice\", 30);\nvar person2 = new Person(\"Alice\", 30);\nConsole.WriteLine(person1 == person2); \/\/ True\n    <\/code><\/pre>\n<p>\uc774 \uc608\uc81c\uc5d0\uc11c \ubcf4\ub4ef\uc774, \uac19\uc740 \uac12\uc744 \uac00\uc9c4 \ub450 \uae30\ub85d \ud0c0\uc785 \uc778\uc2a4\ud134\uc2a4\ub294 \ub3d9\uc77c\ud55c \uac83\uc73c\ub85c \uac04\uc8fc\ub429\ub2c8\ub2e4. \uadf8\ub9ac\uace0 \uae30\ub85d \ud0c0\uc785\uc740 \ubd88\ubcc0\uc131\uc744 \ubcf4\uc7a5\ud558\ubbc0\ub85c,  \uac12\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>2. init \uc811\uadfc\uc790<\/h2>\n<p>C# 9.0\uc740 <strong>init \uc811\uadfc\uc790<\/strong>\ub97c \ub3c4\uc785\ud558\uc5ec \uac1d\uccb4 \ucd08\uae30\ud654\uc5d0 \uad00\ud55c \uc218\uc815 \uc0ac\ud56d\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uae30\uc874\uc758 <code>set<\/code> \uc811\uadfc\uc790\ub294 \uac1d\uccb4\uc758 \uc0c1\ud0dc\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uc5c8\uc9c0\ub9cc, <code>init<\/code> \uc811\uadfc\uc790\ub294 \uac1d\uccb4 \uc0dd\uc131 \uc2dc\uc5d0\ub9cc \uc18d\uc131\uc744 \uc124\uc815\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4.<\/p>\n<h3>init \uc811\uadfc\uc790\uc758 \uc608<\/h3>\n<pre><code>public class Person\n{\n    public string Name { get; init; }\n    public int Age { get; init; }\n}\n<\/code><\/pre>\n<p>\uc544\ub798\uc640 \uac19\uc774 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>\nvar person = new Person { Name = \"Bob\", Age = 25 };\n\/\/ person.Age = 26; \/\/ \ucef4\ud30c\uc77c \uc624\ub958\n    <\/code><\/pre>\n<p>\uc704\uc758 \uc608\uc81c\uc5d0\uc11c <code>Age<\/code> \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc2dc\ub3c4\ub294 \ucef4\ud30c\uc77c \uc624\ub958\ub97c \ubc1c\uc0dd\uc2dc\ud0b5\ub2c8\ub2e4. \uc774\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c \ubd88\ubcc0 \uac1d\uccb4\uc758 \uac1c\ub150\uc744 \uc9c0\ud0a4\ub294 \ub370 \ud070 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.<\/p>\n<h2>3. \ubc18\uae30\ub2a5 (Target-typed new expressions)<\/h2>\n<p>C# 9.0\uc5d0\uc11c \ucd94\uac00\ub41c <strong>\ubc18\uae30\ub2a5<\/strong>\uc744 \ud65c\uc6a9\ud558\uba74, \uac1d\uccb4\ub97c \uc0dd\uc131\ud560 \ub54c \ud0c0\uc785\uc744 \uc0dd\ub7b5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ucf54\ub4dc\uc758 \uac04\uacb0\ud568\uc744 \ub192\uc774\uba70, \uac00\ub3c5\uc131\uc744 \ud5a5\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4.<\/p>\n<h3>\uc608\uc81c<\/h3>\n<pre><code>List&lt;int&gt; list = new(); \/\/ C# 9.0\uc758 \ubc18\uae30\ub2a5 \uc0ac\uc6a9\n    <\/code><\/pre>\n<p>\uc704\uc640 \uac19\uc774 \uc0ac\uc6a9\ud558\uba74, \uc77c\ubc18\uc801\uc778 <code>new List&lt;int&gt;()<\/code> \ub300\uc2e0 \ud0c0\uc785\uc744 \uc0dd\ub7b5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>4. \uc0c1\uc218 (Static Abstract Members in Interfaces)<\/h2>\n<p>C# 9.0\uc740 \uc778\ud130\ud398\uc774\uc2a4\uc5d0 \uc815\uc801 \uba64\ubc84\ub97c \uc120\uc5b8\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc774 \uae30\ub2a5\uc744 \ud1b5\ud574 \uc778\ud130\ud398\uc774\uc2a4\uc5d0\uc11c \uc0c1\uc218\ub97c \uc815\uc758\ud558\uc5ec \ub2e4\uc591\ud55c \uad6c\ud604\uc5d0\uc11c \uc774\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\uc608\uc81c<\/h3>\n<pre><code>public interface IShape\n{\n    static abstract double Area();\n}\n\npublic class Circle : IShape\n{\n    public static double Area() =&gt; Math.PI * radius * radius;\n}\n    <\/code><\/pre>\n<p>\uc774\uc640 \uac19\uc740 \ubc29\uc2dd\uc73c\ub85c \uc0c1\uc218 \ub610\ub294 \uc0c1\uc218\uc131\uc744 \uac00\uc9c4 \uba54\uc11c\ub4dc\ub97c \uc815\uc758\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>5. \uac04\ud3b8\ud55c \ud328\ud134 \ub9e4\uce6d (Enhanced Pattern Matching)<\/h2>\n<p>C# 9.0\uc5d0\uc11c\ub294 \ud328\ud134 \ub9e4\uce6d \uae30\ub2a5\uc774 \uac15\ud654\ub418\uc5b4 \ub354 \ub9ce\uc740 \uc870\uac74\uc744 \uba85\uc2dc\uc801\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788, <code>is<\/code> \ud0a4\uc6cc\ub4dc\ub97c \ud65c\uc6a9\ud55c \ud328\ud134 \ub9e4\uce6d\uc5d0\uc11c \uac1c\uc120\ub41c \uae30\ub2a5\ub4e4\uc744 \ud65c\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\uc608\uc81c<\/h3>\n<pre><code>\nif (obj is int number)\n{\n    Console.WriteLine($\"The number is: {number}\");\n}\n    <\/code><\/pre>\n<p>\uc704 \uc608\uc81c\ub294 \uac1d\uccb4\uac00 <code>int<\/code> \ud0c0\uc785\uc778 \uacbd\uc6b0\uc5d0\ub9cc \uc870\uac74\uc774 \ub9cc\uc871\ud558\uba70, \ub9cc\uc871\ud560 \uacbd\uc6b0 \ud574\ub2f9 \uac12\uc744 <code>number<\/code>\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uacb0\ub860<\/h2>\n<p>C# 9.0 \uc774\ud6c4\ub85c \ub3c4\uc785\ub41c \uc774\ub7ec\ud55c \ub2e4\uc591\ud55c \ubb38\ubc95\uacfc \uae30\ub2a5\ub4e4\uc740 \uac1c\ubc1c\uc790\ub4e4\uc774 \ub354 \uc548\uc804\ud558\uace0 \ud6a8\uc728\uc801\uc778 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. \uae30\ub85d \ud0c0\uc785\uacfc init \uc811\uadfc\uc790, \ubc18\uae30\ub2a5, \uadf8\ub9ac\uace0 \uac15\ud654\ub41c \ud328\ud134 \ub9e4\uce6d \ub4f1\uc740 \ud2b9\ud788 \ub192\uc740 \uac00\ub3c5\uc131\uacfc \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \uc81c\uacf5\ud558\ubbc0\ub85c, \uc801\uadf9\uc801\uc73c\ub85c \ud65c\uc6a9\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uc55e\uc73c\ub85c\uc758 C#\uc5d0\uc11c \uc5b4\ub5a4 \ud601\uc2e0\uc774 \uc788\uc744\uc9c0 \uae30\ub300\uac00 \ub429\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>C#\uc740 \uc9c0\uc18d\uc801\uc73c\ub85c \ubc1c\uc804\ud574\uc628 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c\uc11c, \ub9e4 \ubc84\uc804\ub9c8\ub2e4 \uc0c8\ub85c\uc6b4 \ubb38\ubc95\uacfc \uae30\ub2a5\ub4e4\uc774 \ucd94\uac00\ub418\uc5b4 \uac1c\ubc1c\uc790\ub4e4\uc5d0\uac8c \ub354 \ub098\uc740 \ud504\ub85c\uadf8\ub798\ubc0d \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. C# 9.0\uc740 \ud2b9\ud788 \uba87 \uac00\uc9c0 \uc911\uc694\ud55c \ubb38\ubc95\uc801 \ubcc0\ud654\uc640 \uae30\ub2a5\ub4e4\uc744 \ub3c4\uc785\ud558\uc600\uace0, \uc774\ub294 \uac1c\ubc1c\uc790\ub4e4\uc774 \ucf54\ub4dc\ub97c \ub354\uc6b1 \uac04\uacb0\ud558\uace0 \uac00\ub3c5\uc131 \ub192\uac8c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. 1. \uae30\ub85d \ud0c0\uc785 (Record Types) C# 9.0\uc5d0\uc11c \uac00\uc7a5 \uc8fc\ubaa9\ubc1b\ub294 \uae30\ub2a5 \uc911 \ud558\ub098\ub294 \uae30\ub85d \ud0c0\uc785\uc785\ub2c8\ub2e4. \uae30\ub85d \ud0c0\uc785\uc740 \ub370\uc774\ud130\ub97c &hellip; <a href=\"https:\/\/atmokpo.com\/w\/42692\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608  \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790)&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[241],"tags":[],"class_list":["post-42692","post","type-post","status-publish","format-standard","hentry","category-csharp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/42692\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"C#\uc740 \uc9c0\uc18d\uc801\uc73c\ub85c \ubc1c\uc804\ud574\uc628 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c\uc11c, \ub9e4 \ubc84\uc804\ub9c8\ub2e4 \uc0c8\ub85c\uc6b4 \ubb38\ubc95\uacfc \uae30\ub2a5\ub4e4\uc774 \ucd94\uac00\ub418\uc5b4 \uac1c\ubc1c\uc790\ub4e4\uc5d0\uac8c \ub354 \ub098\uc740 \ud504\ub85c\uadf8\ub798\ubc0d \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. C# 9.0\uc740 \ud2b9\ud788 \uba87 \uac00\uc9c0 \uc911\uc694\ud55c \ubb38\ubc95\uc801 \ubcc0\ud654\uc640 \uae30\ub2a5\ub4e4\uc744 \ub3c4\uc785\ud558\uc600\uace0, \uc774\ub294 \uac1c\ubc1c\uc790\ub4e4\uc774 \ucf54\ub4dc\ub97c \ub354\uc6b1 \uac04\uacb0\ud558\uace0 \uac00\ub3c5\uc131 \ub192\uac8c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. 1. \uae30\ub85d \ud0c0\uc785 (Record Types) C# 9.0\uc5d0\uc11c \uac00\uc7a5 \uc8fc\ubaa9\ubc1b\ub294 \uae30\ub2a5 \uc911 \ud558\ub098\ub294 \uae30\ub85d \ud0c0\uc785\uc785\ub2c8\ub2e4. \uae30\ub85d \ud0c0\uc785\uc740 \ub370\uc774\ud130\ub97c &hellip; \ub354 \ubcf4\uae30 &quot;[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790)&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/42692\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-13T20:47:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:34:44+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/42692\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/42692\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790)\",\"datePublished\":\"2024-11-13T20:47:56+00:00\",\"dateModified\":\"2024-11-26T06:34:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/42692\/\"},\"wordCount\":30,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"csharp\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/42692\/\",\"url\":\"https:\/\/atmokpo.com\/w\/42692\/\",\"name\":\"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-13T20:47:56+00:00\",\"dateModified\":\"2024-11-26T06:34:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/42692\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/42692\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/42692\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/42692\/","og_locale":"ko_KR","og_type":"article","og_title":"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"C#\uc740 \uc9c0\uc18d\uc801\uc73c\ub85c \ubc1c\uc804\ud574\uc628 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c\uc11c, \ub9e4 \ubc84\uc804\ub9c8\ub2e4 \uc0c8\ub85c\uc6b4 \ubb38\ubc95\uacfc \uae30\ub2a5\ub4e4\uc774 \ucd94\uac00\ub418\uc5b4 \uac1c\ubc1c\uc790\ub4e4\uc5d0\uac8c \ub354 \ub098\uc740 \ud504\ub85c\uadf8\ub798\ubc0d \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. C# 9.0\uc740 \ud2b9\ud788 \uba87 \uac00\uc9c0 \uc911\uc694\ud55c \ubb38\ubc95\uc801 \ubcc0\ud654\uc640 \uae30\ub2a5\ub4e4\uc744 \ub3c4\uc785\ud558\uc600\uace0, \uc774\ub294 \uac1c\ubc1c\uc790\ub4e4\uc774 \ucf54\ub4dc\ub97c \ub354\uc6b1 \uac04\uacb0\ud558\uace0 \uac00\ub3c5\uc131 \ub192\uac8c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. 1. \uae30\ub85d \ud0c0\uc785 (Record Types) C# 9.0\uc5d0\uc11c \uac00\uc7a5 \uc8fc\ubaa9\ubc1b\ub294 \uae30\ub2a5 \uc911 \ud558\ub098\ub294 \uae30\ub85d \ud0c0\uc785\uc785\ub2c8\ub2e4. \uae30\ub85d \ud0c0\uc785\uc740 \ub370\uc774\ud130\ub97c &hellip; \ub354 \ubcf4\uae30 \"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790)\"","og_url":"https:\/\/atmokpo.com\/w\/42692\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-13T20:47:56+00:00","article_modified_time":"2024-11-26T06:34:44+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/42692\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/42692\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790)","datePublished":"2024-11-13T20:47:56+00:00","dateModified":"2024-11-26T06:34:44+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/42692\/"},"wordCount":30,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["csharp"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/42692\/","url":"https:\/\/atmokpo.com\/w\/42692\/","name":"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790) - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-13T20:47:56+00:00","dateModified":"2024-11-26T06:34:44+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/42692\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/42692\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/42692\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"[\uac1d\uccb4\uc9c0\ud5a5] 2.C# \ucd5c\uc2e0 \ubb38\ubc95\uacfc \uae30\ub2a5 \ud65c\uc6a9, C# 9.0 \uc774\ud6c4\ubd80\ud130 \ub3c4\uc785\ub41c \ucd5c\uc2e0 \ubb38\ubc95 (\uc608 \uae30\ub85d \ud0c0\uc785, init \uc811\uadfc\uc790)"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":43477,"url":"https:\/\/atmokpo.com\/w\/43477\/","url_meta":{"origin":42692,"position":0},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  005. \uae30\ubcf8 \ubb38\ubc95 \ubc30\uc6b0\uae30, \ubcc0\uc218 \ubc0f \ub370\uc774\ud130 \ud0c0\uc785","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"1. Dart \uc5b8\uc5b4 \uc18c\uac1c Dart\ub294 Google\uc5d0\uc11c \uac1c\ubc1c\ud55c \ud604\ub300\uc801\uc778 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \ubc0f \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud2b9\ud788 Flutter \ud504\ub808\uc784\uc6cc\ud06c\uc640 \ud568\uaed8 \uc0ac\uc6a9\ub418\uc5b4 \ud06c\ub85c\uc2a4 \ud50c\ub7ab\ud3fc \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc758 \uc778\uae30 \uc5b8\uc5b4\ub85c \uc790\ub9ac \uc7a1\uace0 \uc788\uc2b5\ub2c8\ub2e4. Dart\uc758 \ubb38\ubc95\uc740 Java\uc640 C#\uc5d0\uc11c \uc601\ud5a5\uc744 \ubc1b\uc558\uc73c\uba70, \uc774\ub97c \ud1b5\ud574 \uac1c\ubc1c\uc790\ub4e4\uc774 \uc27d\uac8c \uc811\uadfc\ud560 \uc218 \uc788\ub294 \uce5c\uc219\ud55c \uc5b8\uc5b4\uc785\ub2c8\ub2e4. Dart\ub294 \uac1d\uccb4 \uc9c0\ud5a5\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":38970,"url":"https:\/\/atmokpo.com\/w\/38970\/","url_meta":{"origin":42692,"position":1},"title":"React\uc640 TypeScript \uc0ac\uc6a9\ud558\uae30, \ud0c0\uc785 \ucd94\ub860\uacfc \uace0\uae09 \ud0c0\uc785 \uc0ac\uc6a9","author":"root","date":"2024\ub144 11\uc6d4 02\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 | \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c Introduction React\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud558\uae30 \uc704\ud55c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 JavaScript \ub77c\uc774\ube0c\ub7ec\ub9ac \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. TypeScript\ub294 JavaScript\uc758 \uc0c1\uc704 \uc9d1\ud569\uc73c\ub85c, \uc815\uc801 \ud0c0\uc774\ud551\uc744 \uc9c0\uc6d0\ud558\uc5ec \uc548\uc815\uc131 \ubc0f \uac00\ub3c5\uc131\uc744 \ub192\uc5ec\uc90d\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 React\uc640 TypeScript\ub97c \ud568\uaed8 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95, \ud0c0\uc785 \ucd94\ub860, \uace0\uae09 \ud0c0\uc785\uc744 \ud65c\uc6a9\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. TypeScript\ub780? TypeScript\ub294\u2026","rel":"","context":"&quot;React\ud504\ub860\ud2b8\uc5d4\ub4dc&quot;\uc5d0\uc11c","block_context":{"text":"React\ud504\ub860\ud2b8\uc5d4\ub4dc","link":"https:\/\/atmokpo.com\/w\/category\/react%ed%94%84%eb%a1%a0%ed%8a%b8%ec%97%94%eb%93%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43479,"url":"https:\/\/atmokpo.com\/w\/43479\/","url_meta":{"origin":42692,"position":2},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  006. \uae30\ubcf8 \ubb38\ubc95 \ubc30\uc6b0\uae30, \uc870\uac74\ubb38\uacfc \ubc18\ubcf5\ubb38","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"1. Dart\uc758 \uae30\ubcf8 \ubb38\ubc95 Dart\ub294 Google\uc5d0\uc11c \uac1c\ubc1c\ud55c \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c \uc6f9 \ubc0f \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. Dart\uc758 \uae30\ubcf8 \ubb38\ubc95\uc744 \uc774\ud574\ud558\ub294 \uac83\uc740 \ud6a8\uacfc\uc801\uc778 \ud504\ub85c\uadf8\ub798\ubc0d\uc744 \uc704\ud574 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uae30\ubcf8 \ubb38\ubc95\uc5d0\ub294 \ubcc0\uc218 \uc120\uc5b8, \ub370\uc774\ud130 \ud0c0\uc785, \ud568\uc218 \uc815\uc758, \uc8fc\uc11d \ub4f1\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4. 1.1 \ubcc0\uc218\uc640 \ub370\uc774\ud130 \ud0c0\uc785 Dart\uc5d0\uc11c\ub294 \ubcc0\uc218\ub97c \uc120\uc5b8\ud560 \ub54c var, final, const \ud0a4\uc6cc\ub4dc\ub97c\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43481,"url":"https:\/\/atmokpo.com\/w\/43481\/","url_meta":{"origin":42692,"position":3},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  007. \uae30\ubcf8 \ubb38\ubc95 \ubc30\uc6b0\uae30, \ud568\uc218 \uc815\uc758 \ubc0f \ud638\ucd9c","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"Dart\ub294 Google\uc5d0 \uc758\ud574 \uac1c\ubc1c\ub41c \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \ub2e4\uc591\ud55c \ud50c\ub7ab\ud3fc\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 Flutter\uc640 \ud568\uaed8 \uc0ac\uc6a9\ub418\uba74\uc11c \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0 \ud601\uc2e0\uc801\uc778 \ubcc0\ud654\ub97c \uac00\uc838\uc654\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Dart\uc758 \uae30\ubcf8 \ubb38\ubc95, \ud568\uc218 \uc815\uc758 \ubc0f \ud638\ucd9c \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. Dart\uc758 \uae30\ubcf8 \ubb38\ubc95 1.1 \ubcc0\uc218 \uc120\uc5b8 Dart\uc5d0\uc11c \ubcc0\uc218\ub294 var, final, const \ud0a4\uc6cc\ub4dc\ub97c\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":42827,"url":"https:\/\/atmokpo.com\/w\/42827\/","url_meta":{"origin":42692,"position":4},"title":"C#\uacfc .NET \ubc0f Visual Studio \ubc84\uc804\ubcc4 \ubcc0\uacbd\uc810","author":"root","date":"2024\ub144 11\uc6d4 13\uc77c","format":false,"excerpt":"C# \uc5b8\uc5b4 \ubc84\uc804\ubcc4 \ucd9c\uc2dc \uc815\ubcf4\uc640 \uc8fc\uc694 \uae30\ub2a5 C# \ubc84\uc804\ucd9c\uc2dc\uc77c\uc8fc\uc694 \uae30\ub2a51.02002\ub144 1\uc6d4\uae30\ubcf8\uc801\uc778 \uc5b8\uc5b4 \uae30\ub2a5, \ud074\ub798\uc2a4, \uc778\ud130\ud398\uc774\uc2a4, \uc0c1\uc18d, \ub378\ub9ac\uac8c\uc774\ud2b8, \uc774\ubca4\ud2b8 \ub4f12.02005\ub144 11\uc6d4\uc81c\ub124\ub9ad, Nullable \ud0c0\uc785, \uc775\uba85 \uba54\uc11c\ub4dc, iterator, \ubd80\ubd84 \ud074\ub798\uc2a43.02007\ub144 11\uc6d4\ub78c\ub2e4 \ud45c\ud604\uc2dd, \ud655\uc7a5 \uba54\uc11c\ub4dc, \uc775\uba85 \ud0c0\uc785, LINQ, \uc790\ub3d9 \uc18d\uc1314.02010\ub144 4\uc6d4\ub3d9\uc801 \ubc14\uc778\ub529 (dynamic\u00a0\ud0a4\uc6cc\ub4dc), \uba85\uba85\ub41c\/\uc120\ud0dd\uc801 \uc778\uc218, \ubcd1\ub82c \ucc98\ub9ac \uac1c\uc1205.02012\ub144 8\uc6d4\ube44\ub3d9\uae30 \ud504\ub85c\uadf8\ub798\ubc0d (async\u00a0\/\u00a0await), \ud638\ucd9c \uc815\ubcf4 \ud2b9\uc131\u2026","rel":"","context":"&quot;csharp&quot;\uc5d0\uc11c","block_context":{"text":"csharp","link":"https:\/\/atmokpo.com\/w\/category\/csharp\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":42688,"url":"https:\/\/atmokpo.com\/w\/42688\/","url_meta":{"origin":42692,"position":5},"title":"[\uac1d\uccb4\uc9c0\ud5a5] 10.Reflection\uacfc \uace0\uae09 \uba54\ud0c0\ud504\ub85c\uadf8\ub798\ubc0d, \uc758\uc874\uc131 \uc8fc\uc785\uc5d0\uc11c Reflection \uc0ac\uc6a9 \uc0ac\ub840","author":"root","date":"2024\ub144 11\uc6d4 13\uc77c","format":false,"excerpt":"\uae00\uc4f4\uc774: \uc870\uad11\ud615 \ub0a0\uc9dc: 2024\ub144 11\uc6d4 26\uc77c 1. \uc11c\ub860 \ud604\ub300 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c\uc5d0\uc11c \uac1d\uccb4\uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d(OOP)\uacfc \uba54\ud0c0\ud504\ub85c\uadf8\ub798\ubc0d\uc740 \ud544\uc218\uc801\uc778 \uac1c\ub150\uc73c\ub85c \uc790\ub9ac \uc7a1\uace0 \uc788\uc2b5\ub2c8\ub2e4. C#\uc740 \uc774\ub7ec\ud55c \uac1c\ub150\uc744 \uc9c0\uc6d0\ud558\ub294 \uc5ec\ub7ec \uac15\ub825\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \ud2b9\ud788, Reflection\uc740 \ud074\ub798\uc2a4, \uba54\uc11c\ub4dc, \uc18d\uc131 \ub4f1\uc758 \uba54\ud0c0\ub370\uc774\ud130\ub97c \ub7f0\ud0c0\uc784\uc5d0 \ub3d9\uc801\uc73c\ub85c \ud655\uc778\ud558\uace0 \uc870\uc791\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 Reflection\uacfc \uace0\uae09 \uba54\ud0c0\ud504\ub85c\uadf8\ub798\ubc0d\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uace0, \uc758\uc874\uc131\u2026","rel":"","context":"&quot;csharp&quot;\uc5d0\uc11c","block_context":{"text":"csharp","link":"https:\/\/atmokpo.com\/w\/category\/csharp\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/42692","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=42692"}],"version-history":[{"count":2,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/42692\/revisions"}],"predecessor-version":[{"id":42770,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/42692\/revisions\/42770"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=42692"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=42692"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=42692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}