IPooledObjectPolicy<T>.Create 方法

定义

创建 TCreate a T.

public:
 T Create();
public T Create ();
abstract member Create : unit -> 'T
Public Function Create () As T

返回

T

创建的 TThe T which was created.

适用于