mirror of
https://git.shazbot.fr/shazbot/Utils.git
synced 2026-01-12 05:00:58 +01:00
Fixes, new readme
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
|
||||
namespace Agoxandr.Utils
|
||||
{
|
||||
public static class Array
|
||||
public static class ArrayExtensions
|
||||
{
|
||||
public static T[] Append<T>(this T[] array, T item)
|
||||
{
|
||||
Reference in New Issue
Block a user