ILazy<T> Interface
Definition
Provides support for lazy initialization.
Delphi
type ILazy<T> = interface(ILazy)
Type Parameters
- T
- Inheritance
Properties
| IsValueCreated |
Gets a value that indicates whether a value has been created for this ILazy instance. (Inherited from ILazy) |
| Value |
Gets the lazily initialized value of the current ILazy<T> instance. |
Methods
| GetIsValueCreated | (Inherited from ILazy) |
| GetValue |