{"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":[],"_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}]}}