Click or drag to resize

ISharedKeyValuePairTKey, TValue Interface

Defines a key/value pair that can be set or retrieved.

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
public interface ISharedKeyValuePair<TKey, TValue>

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:EBP.Framework.Common.Interfaces.Shared.ISharedKeyValuePair`2"]

TValue

[Missing <typeparam name="TValue"/> documentation for "T:EBP.Framework.Common.Interfaces.Shared.ISharedKeyValuePair`2"]

The ISharedKeyValuePairTKey, TValue type exposes the following members.

Properties
  NameDescription
Public propertyKey
Gets the key in the key/value pair.
Public propertyValue
Gets the value in the key/value pair.
Top
See Also