You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Throws an <see cref="ArgumentNullException"/> if <paramref name="argument"/> is null or an <see cref="ArgumentException"/> if it is empty.</summary>
15
19
/// <param name="argument">The reference type argument to validate as neither null nor empty.</param>
16
20
/// <param name="paramName">The name of the parameter with which <paramref name="argument"/> corresponds.</param>
@@ -21,7 +25,7 @@ public static void ThrowIfNullOrEmpty(
0 commit comments