1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:25:43 +00:00

Add missing Core namespace import (again)

This commit is contained in:
Oliver Booth 2022-04-25 22:30:19 +01:00
parent 9dadedd62a
commit 54b22ab6d9
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -1,4 +1,6 @@
namespace X10D.Collections;
using X10D.Core;
namespace X10D.Collections;
/// <summary>
/// Extension methods for <see cref="IList{T}" /> and <see cref="IReadOnlyList{T}" />.