Closed jamesqo closed 8 years ago
In addition to nameof, C# 6 also introduced the when keyword to add exception filters to the language. This pull request follows up on #53 by making the latter a keyword, as well.
nameof
when
In addition to
nameof
, C# 6 also introduced thewhen
keyword to add exception filters to the language. This pull request follows up on #53 by making the latter a keyword, as well.