Lazy computation type.
Namespace:
Gallio.CommonAssembly: 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.
