1 reference to Empty
mscorlib (1)
system\array.cs (1)
2750return length == 0 ? SZGenericArrayEnumerator<T>.Empty : new SZGenericArrayEnumerator<T>(_this, length);