<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>qnzm</author_name>
  <author_url>https://blog.hatena.ne.jp/qnzm/</author_url>
  <blog_title>qnzm.log(クニジマログ)</blog_title>
  <blog_url>https://qnzm.hatenadiary.org/</blog_url>
  <categories>
    <anon>.NET</anon>
  </categories>
  <description>コンストラクタ インスタンスコンストラクタ .ctor 参照型の場合、引数なしのコンストラクタは自動的に生成される インライン初期化したフィールドは、コンパイル時にインスタンスコンストラクタコードに自動変換される。 コンストラクタの数だけ重複した初期化ロジックが生成されることになるので、フィールドは宣言だけにとどめるほうがコードサイズの削減になる。 class FooClass { private int a_; private int b_ = 10; public FooClass(int b) { b_ = b; } public FooClass(int a, int b) { a_ …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fqnzm.hatenadiary.org%2Fentry%2F20081118%2F1227014967&quot; title=&quot;コンストラクタ・イベント - qnzm.log(クニジマログ)&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>2008-11-18 22:29:27</published>
  <title>コンストラクタ・イベント</title>
  <type>rich</type>
  <url>https://qnzm.hatenadiary.org/entry/20081118/1227014967</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
