mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:26:30 +00:00
queue + local sqlite WIP
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Azaion.Common.Extensions;
|
||||
|
||||
public static class EnumerableExtensions
|
||||
{
|
||||
public static bool In<T>(this T obj, params T[] objects) =>
|
||||
objects.Contains(obj);
|
||||
}
|
||||
Reference in New Issue
Block a user