Skip to content

Instantly share code, notes, and snippets.

@indare
Created March 8, 2012 06:05
Show Gist options
  • Save indare/1999066 to your computer and use it in GitHub Desktop.
Save indare/1999066 to your computer and use it in GitHub Desktop.
C#のプロパティ自動実装について
public class hoge {
public string fuge { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment