ObjectPool<T>.Free(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a resource to the pool
public virtual void Free (T resource);
abstract member Free : 'T -> unit
override this.Free : 'T -> unit
Public Overridable Sub Free (resource As T)
Parameters
- resource
- T