[Missing <summary> documentation for "T:RCLibrary.IItemPool`1"]

Namespace: RCLibrary
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface IItemPool<T>
Visual Basic
Public Interface IItemPool(Of T)
Visual C++
generic<typename T>
public interface class IItemPool

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:RCLibrary.IItemPool`1"]

See Also