<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yotiky</author_name>
  <author_url>https://blog.hatena.ne.jp/yotiky/</author_url>
  <blog_title>yotiky Tech Blog</blog_title>
  <blog_url>https://yotiky.hatenablog.com/</blog_url>
  <categories>
    <anon>.NET</anon>
    <anon>.NET Core</anon>
  </categories>
  <description>ツリー構造を成すクラスの親クラス。 public abstract class Node { protected const string Slash = &quot;/&quot;; [XmlIgnore] public Node Parent { get; set; } public Node GetReferencedNode(string referencePath) { var path = referencePath; var target = this; while (path != &quot;&quot;) { (path, target) = target.GetNode(path); } return targ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyotiky.hatenablog.com%2Fentry%2F2023%2F12%2F11%2Fcsharp_sample&quot; title=&quot;C# - 相対パスでオブジェクト参照を辿るツリー構造のサンプル - yotiky Tech Blog&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/y/yotiky/20231211/20231211223837.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-12-11 22:41:02</published>
  <title>C# - 相対パスでオブジェクト参照を辿るツリー構造のサンプル</title>
  <type>rich</type>
  <url>https://yotiky.hatenablog.com/entry/2023/12/11/csharp_sample</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
