Table of Contents

Method EnsureArrayLength

Namespace
Pinwheel.Poseidon
Assembly
Pinwheel.Poseidon.Runtime.dll

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

public static bool EnsureArrayLength<T>(ref T[] array, int count)

Parameters

array T[]
count int

Returns

bool

Type Parameters

T