Table of Contents

Class ArrayUtils

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

Contains static methods related to arrays.

public static class ArrayUtils
Inheritance
ArrayUtils

Methods

FillWithIndex(ref byte[])

Fills each element of the byte array with it's index.

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

Fills specified array with the given value.