Skip to content

Instantly share code, notes, and snippets.

View rychlym's full-sized avatar
🏠
Working from home

Mojmir Rychly rychlym

🏠
Working from home
View GitHub Profile
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
namespace MyTests;
public class ForEachTests
{
private List<int> items = Enumerable.Range(1, 100).ToList();