代码

 internal static class EmptyArray
 {
     public static readonly T[] Instance = new T[0];
 }

你可能感兴趣的:(代码)