Click or drag to resize
AlgorithmsFillT Method (T, T)
Replaces each item in a array with a given value.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static void Fill<T>(
	T[] array,
	T value
)

Parameters

array
Type: T
The array to modify.
value
Type: T
The value to fill with.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:X3Platform.Collections.Algorithms.Fill``1(``0[],``0)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionarray is null.
See Also