mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:45:42 +00:00
Move EnumExtensions to Core namespace (#7)
This commit is contained in:
parent
6580cd6e83
commit
38ae5b0b7e
@ -1,4 +1,5 @@
|
|||||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
|
using X10D.Core;
|
||||||
|
|
||||||
namespace X10D.Tests.Core;
|
namespace X10D.Tests.Core;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace X10D;
|
namespace X10D.Core;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Extension methods for <see langword="enum" /> types.
|
/// Extension methods for <see langword="enum" /> types.
|
Loading…
Reference in New Issue
Block a user