Interface IKeyValuePair<TKey, TValue>
Represents the pair of key and value
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting.dll
Syntax
public interface IKeyValuePair<out TKey, out TValue>
Type Parameters
| Name | Description |
|---|---|
| TKey | The type of the key |
| TValue | The type of the value |
Properties
| Name | Description |
|---|---|
| Key | Gets the key |
| Value | Gets the value |