(#7) Move EnumExtensions to child namespace

This commit is contained in:
Oliver Booth 2021-03-10 10:52:18 +00:00
parent 60ebcedcb6
commit 9f9e5c7461
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
using System;
namespace X10D
namespace X10D.EnumExtensions
{
/// <summary>
/// Extension methods for <see langword="enum" /> types.