Lazy<T> constructor

Lazy<T>(
  1. T _initBlock()
)

Implementation

Lazy(this._initBlock);