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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next