datatype[] arr = new datatype[]{}; or datatype[] arr = new datatype[0]; or datatype[] array = {} or var a = Array.Empty<datatype>();