v1.1.0
Latest
2021.3+

Class KeyValuePair

KeyValuePair model

Inheritance
KeyValuePair
Namespace: Unity.Services.Relay.Models
Syntax
[Preserve]
public class KeyValuePair

Constructors

KeyValuePair(String, String)

Creates an instance of KeyValuePair.

Declaration
[Preserve]
public KeyValuePair(string key, string value)
Parameters
TypeNameDescription
Stringkey

key param

Stringvalue

value param

Properties

Key

Parameter key of KeyValuePair

Declaration
[Preserve]
public string Key { get; }
Property Value
TypeDescription
String

Value

Parameter value of KeyValuePair

Declaration
[Preserve]
public string Value { get; }
Property Value
TypeDescription
String