.NET API 205,312 bytes
InternalArrayHelper<T>
using System.
Runtime.
CompilerServices;
namespace System.
Linq
{
internal static class InternalArrayHelper<[
System.
Runtime.
CompilerServices.
Nullable(
2)]
T>
{
[
System.
Runtime.
CompilerServices.
Nullable(
1)]
public static readonly T[]
Empty =
new T[
0];
}
}