Interface IPoolItem<T>

Describes an abstract pool item.

Namespace: Solti.Utils.Primitives.Threading
Assembly: Solti.Utils.Primitives.dll
Syntax
public interface IPoolItem<T>
    where T : class
Type Parameters
Name Description
T
Remarks

Disposing this instance will return return the item to the pool.

Properties

Value

The value itself.

Declaration
T Value { get; }
Property Value
Type Description
T
In This Article
Back to top Generated by DocFX