|
| .NET Framework Class Library |
| Lazy<(Of <(T>)>)..::.Value Property |
| Lazy<(Of <(T>)>) Class See Also Send Feedback |
Namespace:
System
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Value As T |
| C# |
|---|
public T Value { get; } |