AlgorithmsFillT Method (T, T) |
Replaces each item in a array with a given value.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static void Fill<T>(
T[] array,
T value
)
public:
generic<typename T>
static void Fill(
array<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
See Also