Table of Contents

Method ResetArray

Namespace
Pinwheel.Poseidon
Assembly
Pinwheel.Poseidon.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