Edit

Share via


ObjectPool<T>.Allocate Method

Definition

Allocates a pooled resource

public virtual T Allocate ();
abstract member Allocate : unit -> 'T
override this.Allocate : unit -> 'T
Public Overridable Function Allocate () As T

Returns

T

Implements

Applies to