using System.Collections.Generic;
public Status St {get;set;}
public static Test GetTest()
public string S{get;set;}
public static void PrintArr(int[] arr)
public string Name{get;set;}
public int Type {get;set;}
public static void Main()
List<Test2> dict2 = new List<Test2>{new Test2{Name="Name1", Type=1},new Test2{Name="Name2", Type=1}, new Test2{Name="Name3",Type=2}};
var kk = dict2.GroupBy(x=>x.Type);
Console.WriteLine(k.Key);
Console.WriteLine(k1.Name);
var arr1 = new int[]{1,2,3};
Console.WriteLine(arrT.Any());
var dict = new Dictionary<int, TestDict>
var list = new List<int>{1,2,3};
if (dict.TryGetValue(l, out var v))
Console.WriteLine("error");
Console.WriteLine("nullOrone");
Console.WriteLine("default");
Console.WriteLine("Hello World");