using System.Collections.Generic;
using System.Runtime.CompilerServices;
public List<object> objectList = new();
public void M(string value)
List<string> hey = Unsafe.As<List<string>>(this.objectList);
public static class Program
public static void Main()
foreach(object wow in c.objectList)