changed project name

This commit is contained in:
2024-09-20 02:23:38 +05:00
parent 9eaa322ae8
commit a35e7630ca
17 changed files with 31 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) Ben A Adams. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace DTLib.Ben.Demystifier.Enumerable;
namespace DTLib.Demystifier.Enumerable;
public static class EnumerableIList
{

View File

@@ -1,7 +1,7 @@
// Copyright (c) Ben A Adams. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace DTLib.Ben.Demystifier.Enumerable;
namespace DTLib.Demystifier.Enumerable;
public struct EnumeratorIList<T> : IEnumerator<T>
{

View File

@@ -1,7 +1,7 @@
// Copyright (c) Ben A Adams. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace DTLib.Ben.Demystifier.Enumerable;
namespace DTLib.Demystifier.Enumerable;
internal interface IEnumerableIList<T> : IEnumerable<T>
{