ObjectPool<T>.Allocate 方法

定义

分配共用资源

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

返回

T

实现

适用于