Skip to content

Instantly share code, notes, and snippets.

@ufcpp
Created February 9, 2020 13:52
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/2bf6dc1330719049f64fb19c0e9b1b45 to your computer and use it in GitHub Desktop.
Save ufcpp/2bf6dc1330719049f64fb19c0e9b1b45 to your computer and use it in GitHub Desktop.
XML doc コメント中での引用符
class Program
{
/// <summary>
/// <see cref=‘Main’/> U+2018, U+2019 を受け付けるらしい。
/// <see cref=“Main”/> U+201C, U+201D を受け付けるらしい。
/// </summary>
static void Main()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment