initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Obfuscator.Obfuscator.Proxy;
|
||||
|
||||
public static class EnumerableExtensions
|
||||
{
|
||||
public static T Random<T>(this IEnumerable<T> input)
|
||||
{
|
||||
return EnumerableHelper.Random(input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user