using System;
public class Program
{
public static void Main()
var a = new[]{1};
if(a?.Length > 0)
}