2 references to SZGenericArrayEnumerator
mscorlib (2)
system\array.cs (2)
2750return length == 0 ? SZGenericArrayEnumerator<T>.Empty : new SZGenericArrayEnumerator<T>(_this, length); 2859internal static readonly SZGenericArrayEnumerator<T> Empty = new SZGenericArrayEnumerator<T>(null, -1);