namespace AspClassic.Scripting.Utils; internal static class EmptyArray { internal static T[] Instance = new T[0]; }