Table of Contents

Property Capacity

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Capacity

The total number of objects in the pool (active and inactive), the maximum number of objects that can be returned by Get().

public int Capacity { get; }

Property Value

int

The capacity.