 | 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)
Syntaxpublic interface ISharedKeyValuePair<TKey, TValue>
Public Interface ISharedKeyValuePair(Of 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
| Name | Description |
---|
 | Key | Gets the key in the key/value pair. |
 | Value | Gets the value in the key/value pair. |
Top
See Also