Move HashList to the right namespace (even if unused)
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
|
||||||
|
|
||||||
namespace Dashboard
|
namespace Dashboard.Collections
|
||||||
{
|
{
|
||||||
public class HashList<T> : IReadOnlyList<T>
|
public class HashList<T> : IReadOnlyList<T>
|
||||||
where T : notnull
|
where T : notnull
|
||||||
Reference in New Issue
Block a user