Class KeyValuePair
KeyValuePair model
Namespace: Unity.Services.Multiplay.Models
Syntax
[Preserve]
public class KeyValuePair
Constructors
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
Declaration
[Preserve]
public string Key { get; }
Property Value
Type | Description |
---|---|
String |
Value
Declaration
[Preserve]
public string Value { get; }
Property Value
Type | Description |
---|---|
String |