Lazy computation type.

Namespace:  Gallio.Common
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class Lazy<T>
Visual Basic (Declaration)
Public Class Lazy(Of T)

Type Parameters

T
The encapsulated type.

Inheritance Hierarchy

System..::.Object
  Gallio.Common..::.Lazy<(Of <(T>)>)

See Also