1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-22 23:58:48 +00:00

(#7) Move StringExtensions to child namespace

This commit is contained in:
Oliver Booth 2021-03-10 11:21:49 +00:00
parent d9017bab20
commit 61da369418

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace X10D
namespace X10D.StringExtensions
{
/// <summary>
/// Extension methods for <see cref="string" />.