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 3ddb6a2 commit 2437077Copy full SHA for 2437077
src/JsonApiDotNetCore/Extensions/TypeExtensions.cs
@@ -8,6 +8,9 @@ namespace JsonApiDotNetCore.Extensions
8
{
9
internal static class TypeExtensions
10
11
+ /// <summary>
12
+ /// Extension to use the LINQ AddRange method on an IList
13
+ /// </summary>
14
public static void AddRange<T>(this IList list, IEnumerable<T> items)
15
16
if (list == null) throw new ArgumentNullException(nameof(list));
0 commit comments