Table of Contents

Method Fill

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Fill<T>(T[], T)

Fills every element of an array with the same item.

public static void Fill<T>(this T[] array, T value)

Parameters

array T[]

Array to overwrite.

value T

Value assigned to every element.

Type Parameters

T

Element type stored in the array.