Table of Contents

Method Fill

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Fill<T>(ref T[], T)

Fills specified array with the given value.

public static void Fill<T>(ref T[] a, T value)

Parameters

a T[]

Array to fill.

value T

Value used to fill the array.

Type Parameters

T

Type of value.