Table of Contents

Method ResetArray

Namespace
Pinwheel.Griffin
Assembly
Pinwheel.Polaris.Runtime.dll

ResetArray<T>(ref T[], int, T)

public static void ResetArray<T>(ref T[] array, int count, T defaultValue)

Parameters

array T[]
count int
defaultValue T

Type Parameters

T