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.
1 parent 16bc608 commit 060fc0fCopy full SHA for 060fc0f
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