ILazy<T> Interface

Provides support for lazy initialization.

Namespace: Spring
IInterface
  Spring.ILazy
    Spring.ILazy<T>
      Spring.TLazy<T>
type
 ILazy<T> = interface(ILazy)
 end;

Type Parameters

T

The ILazy<T> type exposes the following members.

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

Top
Show:
 NameDescription
GetIsValueCreated

Represents method GetIsValueCreated. (Inherited from ILazy.)

GetValue

Represents method GetValue.

Top