Skip to content

Instantly share code, notes, and snippets.

@peyangu
Created March 15, 2017 07:26
Show Gist options
  • Save peyangu/71b6aad92947b68313b36fd2c1f55167 to your computer and use it in GitHub Desktop.
Save peyangu/71b6aad92947b68313b36fd2c1f55167 to your computer and use it in GitHub Desktop.
Personクラス
publi class Person
{
public string Name { get; set; }
public string Age { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment