<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fut_nis</author_name>
  <author_url>https://blog.hatena.ne.jp/fut_nis/</author_url>
  <blog_title>ふとしのブログ</blog_title>
  <blog_url>https://fut-nis.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>「猫C#」の第8章はクラスとメソッドの紹介ですが、再帰呼び出しは vala でも行えるので、ref と out を調べてみる。swap01.vala も swap02.vala も値渡しなので、本と同じ結果になる。 // swap01.vala class myclass { private int temp; public void swap (int x, int y) { temp = x; x = y; y = temp; } } class swap01 { public static void main () { myclass s = new myclass (); int x …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffut-nis.hatenadiary.jp%2Fentry%2F20100927%2F1285590255&quot; title=&quot;vala の ref と out - ふとしのブログ&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>2010-09-27 21:24:15</published>
  <title>vala の ref と out</title>
  <type>rich</type>
  <url>https://fut-nis.hatenadiary.jp/entry/20100927/1285590255</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
