1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 03:05:42 +00:00

(#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

View File

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