Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic ObjectPool(
Func<T> objectFactory = null
)
Public Sub New (
Optional objectFactory As Func(Of T) = Nothing
)
public:
ObjectPool(
Func<T>^ objectFactory = nullptr
)
new :
?objectFactory : Func<'T>
(* Defaults:
let _objectFactory = defaultArg objectFactory null
*)
-> ObjectPoolParameters
- objectFactory FuncT (Optional)
-
See Also