Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

CacheReadResult<(Of <(<'T>)>)>..::..Value Property

Gets the value.

Namespace:  Tortuga.Chain.Core
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public T Value { get; }
Public ReadOnly Property Value As T
	Get
public:
property T Value {
	T get ();
}

Field Value

The value.

Remarks


Will be Default(T) is the key wasn't found.