Table of Contents

Method FillWithIndex

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

FillWithIndex(ref byte[])

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

public static void FillWithIndex(ref byte[] a)

Parameters

a byte[]

Array to fill.