Table of Contents

Interface IObjectPool<T>

Namespace
KSP.Utilities
Assembly
Assembly-CSharp.dll
public interface IObjectPool<T> : IDisposable

Type Parameters

T
Inherited Members
Extension Methods

Methods

FetchInstance()

T FetchInstance()

Returns

T

ReleaseAllActive()

void ReleaseAllActive()

ReleaseInstance(T)

void ReleaseInstance(T targetInstance)

Parameters

targetInstance T