ILazy Interface
Provides support for lazy initialization.
The ILazy type exposes the following members.
Show:
Name | Description | |
---|---|---|
IsValueCreated | Gets a value that indicates whether a value has been created for this ILazy instance. | |
Value | Gets the lazily initialized value of the current ILazy instance. |
Show:
Name | Description | |
---|---|---|
GetIsValueCreated | Represents method | |
GetValue | Represents method |