Lazy<T> constructor

Lazy<T>(
  1. ObjectFactory<T> objectFactory
)

Constructs a lazy object.

Implementation

Lazy(this.objectFactory);