Click or drag to resize
Akka.NETFastLazyT Constructor

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public FastLazy(
	Func<T> producer
)

Parameters

producer
Type: SystemFuncT

[Missing <param name="producer"/> documentation for "M:Akka.Util.FastLazy`1.#ctor(System.Func{`0})"]

Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown if the given producer is undefined.
See Also