ILazy Interface

Provides support for lazy initialization.

Namespace: Spring
IInterface
  Spring.ILazy
    Spring.ILazy<T>
    Spring.TLazy
type
 ILazy = interface
 ['{40223BA9-0C66-49E7-AA33-BDAEF9F506D6}']
 end;

The ILazy type exposes the following members.

Show:
 NameDescription
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.

Top
Show:
 NameDescription
GetIsValueCreated

Represents method GetIsValueCreated.

GetValue

Represents method GetValue.

Top