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>Indicates whether the specified collection is <see langword="null" /> or empty (containing no items).</summary>
450
+
/// <param name="source">The collection to test.</param>
451
+
/// <typeparam name="T">The type of item in the collection.</typeparam>
452
+
/// <returns>
453
+
/// <see langword="true" /> if the <paramref name="source" /> parameter is <see langword="null" /> or empty (containing no items); otherwise, <see langword="false" />.
0 commit comments