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:
parent
9dadedd62a
commit
54b22ab6d9
@ -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}" />.
|
||||
|
Loading…
Reference in New Issue
Block a user