<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>KoH</author_name>
  <author_url>https://blog.hatena.ne.jp/KoH/</author_url>
  <blog_title>KoHの備忘録</blog_title>
  <blog_url>https://koh.hatenadiary.org/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>【一次元配列】 [宣言] (書式1) type[] var_name; (書式2) type[] var_name = new type[n]; (書式3) type var_name = new type[n] {initial_value_1, ...,initial_value_n}; もしくは type var_name = new type[] {initial_value_1, ...,initial_value_n}; [例] int型の一次元配列iarrayを10個、0, 1, ..., 9 で初期化する。 int[] iarray = new int[10] {0, 1, 2…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkoh.hatenadiary.org%2Fentry%2F20091225%2F1261750187&quot; title=&quot; C#の配列 - KoHの備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-12-25 23:09:47</published>
  <title> C#の配列</title>
  <type>rich</type>
  <url>https://koh.hatenadiary.org/entry/20091225/1261750187</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
