LazyT Constructor |
Name | Description | |
---|---|---|
LazyT |
Initializes a new instance of the LazyT class.
The default constructor will be used to create the lazily initialized value.
| |
LazyT(FuncT) |
Initializes a new instance of the LazyT class.
The specified initialization function will be used.
|