Skip to content

Instantly share code, notes, and snippets.

@hilapon
Created January 14, 2015 08:21
Show Gist options
  • Save hilapon/f757860829b110ed74d8 to your computer and use it in GitHub Desktop.
Save hilapon/f757860829b110ed74d8 to your computer and use it in GitHub Desktop.
単純なパーソンクラス
using System;
namespace MenuButtonApp.Models {
public class Person {
public Int32 Id { get; set; }
public string Name { get; set; }
public Int32 Age { get; set; }
}
}
@hilapon
Copy link
Author

hilapon commented Jan 14, 2015

はてなダイアリー貼り付け試験用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment