https://github.com/linksplatform/Collections/blob/9fdbd272869ca4debb5da301e9e519ff1ccd51e9/csharp/Platform.Collections/Arrays/GenericArrayExtensions.cs#L47 If index < 0 then throwed `IndexOutOfRangeException` from Array.operator[] Check `index > 0 `
Collections/csharp/Platform.Collections/Arrays/GenericArrayExtensions.cs
Line 47 in 9fdbd27
If index < 0 then throwed
IndexOutOfRangeExceptionfrom Array.operator[]Check
index > 0