This version of Unity is unsupported.

NativeSlice<T0>.this[int]

public T this[int];

Description

Access NativeSlice elements by index. Notice that structs are returned by value and not by reference.