{"id":25292,"date":"2024-03-26T21:43:31","date_gmt":"2024-03-26T12:43:31","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=25292"},"modified":"2024-03-26T21:43:33","modified_gmt":"2024-03-26T12:43:33","slug":"c-%e9%85%8d%e5%88%97-4","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=25292","title":{"rendered":"C# \u914d\u5217"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>using System;\r\n\r\nclass array01\r\n{\r\n    public static void Main()\r\n    {\r\n        int&#91;] Weapon = new int&#91;3];\r\n        Weapon&#91;0] = 10;\r\n        Weapon&#91;1] = 20;\r\n        Weapon&#91;2] = 30;\r\n        \/\/ \u5ba3\u8a00\u3068\u540c\u6642\u306b\u521d\u671f\u5316\r\n        int&#91;] myarray2 = new int&#91;3] { 10, 20, 30 };\r\n\r\n        \/\/ \u8981\u7d20\u6570\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\r\n        int&#91;] myarray3 = new int&#91;] { 10, 20, 30 };\r\n\r\n        \/\/\u5225\u306a\u65b9\u6cd5\r\n        int&#91;] myarray4;\r\n        myarray4 = new int&#91;] { 10, 20, 30 };\r\n    }\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[33,4],"tags":[35,3],"class_list":["post-25292","post","type-post","status-publish","format-standard","hentry","category-c","category-programming","tag-c","tag-programming"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25292","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=25292"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25292\/revisions"}],"predecessor-version":[{"id":25293,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25292\/revisions\/25293"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25292"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=25292"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=25292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}