Class UnmanagedArrayExtensions
public static class UnmanagedArrayExtensions- Inheritance
- 
      objectUnmanagedArrayExtensions
Methods
Fill<T>(UnmanagedArray<T>, T, int, int)
Fill the array with specific value.
public static void Fill<T>(this UnmanagedArray<T> unmanagedArray, T value, int index, int fillLength) where T : structParameters
- unmanagedArrayUnmanagedArray<T>
- The destination to fill. 
- valueT
- The value used to fill. 
- indexint
- The start index of the destination to fill. 
- fillLengthint
- The filling length. 
Type Parameters
- T
- The type param of UnmanagedArray