v1.1.0
Latest
2021.3+
Class KeyValuePair
KeyValuePair model
Inherited Members
Namespace: Unity.Services.Relay.Models
Syntax
[Preserve]
public class KeyValuePairConstructors
KeyValuePair(String, String)
Creates an instance of KeyValuePair.
Declaration
[Preserve]
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
[Preserve]
public string Key { get; }Property Value
| Type | Description | 
|---|---|
| String | 
Value
Parameter value of KeyValuePair
Declaration
[Preserve]
public string Value { get; }Property Value
| Type | Description | 
|---|---|
| String |