Fills the array with the defaultValue from index to index + length.
Namespace: VVVV.UtilsAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
Parameters
- array
- Type: array<T>[]()[][]
The array to fill.
- index
- Type: System..::..Int32
The index into the array where the fill operation starts.
- length
- Type: System..::..Int32
The fill operation ends at index + length.
- defaultVaue
- Type: T
The value to fill the array with.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:VVVV.Utils.ArrayExtensions.Fill``1(``0[],System.Int32,System.Int32,``0)"]