We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0617347 + 060fc0f commit 92e51b8Copy full SHA for 92e51b8
MaterialDesignThemes.Wpf/DateTimeEx.cs
@@ -8,7 +8,7 @@ internal static class DateTimeEx
8
{
9
internal static DateTimeFormatInfo GetDateFormat(this CultureInfo culture)
10
11
- if (culture == null) throw new ArgumentNullException("culture");
+ if (culture == null) throw new ArgumentNullException(nameof(culture));
12
13
if (culture.Calendar is GregorianCalendar)
14
0 commit comments