<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>snoopopo</author_name>
  <author_url>https://blog.hatena.ne.jp/snoopopo/</author_url>
  <blog_title>ゲーム作るためのこと学ぶdevろぐ(’ー’)/ﾁｬﾗﾝ</blog_title>
  <blog_url>https://www.snoopopo.com/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>はじめに ・「参照型渡すときにrefパラメータ修飾子つける意味あんの？」 ・「参照型でも値(プリミティブ)型でも値渡し」→「？？」 Ｃ＃のパラメータ修飾子について学んでいるときに、 上記の疑問がわいたので調べた内容をまとめた記事です。 はじめに これ↓って参照渡しじゃないよ。 参照型の値渡し 参照型の「参照渡し」 結果が異なるパターン 最後に 参考 これ↓って参照渡しじゃないよ。 void Test() { List&lt;Hoge&gt; a = new List&lt;Hoge&gt;(); Val(a); Debug.Log(&quot;count = &quot; + a.Count); } private void Val(L…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.snoopopo.com%2Fentry%2F2019%2F03%2F17%2F103839&quot; title=&quot;【C#】「Ｃ＃は参照型でも値(プリミティブ)型でも値渡し」 - ゲーム作るためのこと学ぶdevろぐ(’ー’)/ﾁｬﾗﾝ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/snoopopo/20190317/20190317095633.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-03-17 10:38:39</published>
  <title>【C#】「Ｃ＃は参照型でも値(プリミティブ)型でも値渡し」</title>
  <type>rich</type>
  <url>https://www.snoopopo.com/entry/2019/03/17/103839</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
