Skip to content

Instantly share code, notes, and snippets.

@ufcpp
Created April 11, 2015 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ufcpp/e71c3b17c4102c1ed379 to your computer and use it in GitHub Desktop.
Save ufcpp/e71c3b17c4102c1ed379 to your computer and use it in GitHub Desktop.
C# 6.0 enum base type
enum X : System.Int32 // C# 5.0 までは int としか書けなかった
{
A, B, C,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment