forked from amkovkov/GranuSightSoftware2
feat: SectionPanel
Add scroll flugs Add carusel scroll Add animation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace GSS2.Core.Extentions;
|
||||
|
||||
static class EnumerableExtensions
|
||||
public static class EnumerableExtensions
|
||||
{
|
||||
public static IEnumerable<(int i, T value)> Enumerate<T>(this IEnumerable<T> values) => values.Select((value, i) => (i, value));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user