Class KeyValuePair
KeyValuePair model
Inheritance
object
KeyValuePair
Namespace: Unity.Services.Relay.Models
Assembly: solution.dll
Syntax
public class KeyValuePair
Constructors
KeyValuePair(string, string)
Creates an instance of KeyValuePair.
Declaration
public KeyValuePair(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | key param |
| string | value | value param |
Properties
Key
Parameter key of KeyValuePair
Declaration
public string Key { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Parameter value of KeyValuePair
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |