{"url":"https://noriok.hatenadiary.jp/entry/2014/12/30/220955","author_name":"noriok","title":"\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u7df4\u7fd2","type":"rich","version":"1.0","image_url":null,"html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnoriok.hatenadiary.jp%2Fentry%2F2014%2F12%2F30%2F220955\" title=\"\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u7df4\u7fd2 - C#\u7df4\u7fd2\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","width":"100%","blog_title":"C#\u7df4\u7fd2\u65e5\u8a18","published":"2014-12-30 22:09:55","provider_name":"Hatena Blog","author_url":"https://blog.hatena.ne.jp/noriok/","blog_url":"https://noriok.hatenadiary.jp/","description":"using System;; public class Point { public int X { get; private set; } public int Y { get; private set; } public Point(int x, int y) { X = x; Y = y; } } public class Loc { public int Row { get; set; } public int Col { get; set; } } class TestProperty { static void Main() { var p = new Point(1, 2); C\u2026","provider_url":"https://hatena.blog","categories":["C#"],"height":"190"}