Skip to content

PoolChangedArgs<T> Delegate

Delegate for pool changed events.

C#
public delegate void PoolChangedArgs<in T>(PoolAction action, T item)

T
The type of the item in the pool.

action PoolAction

item T