Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #285 from aspriddell/make-enumerableexts-public
Browse files Browse the repository at this point in the history
make enumerable utils public
  • Loading branch information
aspriddell authored Dec 28, 2021
2 parents 79005c5 + c046047 commit 03f2d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DragonFruit.Six.Api/Utils/EnumerableUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

namespace DragonFruit.Six.Api.Utils
{
internal static class EnumerableUtils
public static class EnumerableUtils
{
/// <summary>
/// Yield returns a single item
/// Wraps an item in an <see cref="IEnumerable{T}"/>
/// </summary>
/// <exception cref="NullReferenceException"><see cref="item"/> was null</exception>
public static IEnumerable<T> Yield<T>(this T item)
Expand Down

0 comments on commit 03f2d41

Please sign in to comment.