Click or drag to resize

ISharedKeyValuePairTKey, TValueValue Property

Gets the value in the key/value pair.

Namespace:  EBP.Framework.Common.Interfaces.Shared
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
TValue Value { get; }

Return Value

Type: TValue
A TValue that is the value of the ISharedKeyValuePairTKey, TValue.
See Also