v1.0.0
2022.3+
Class KeyValuePair
KeyValuePair model
Inheritance
System.Object
KeyValuePair
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Relay.Models
Syntax
public class KeyValuePairConstructors
KeyValuePair(String, String)
Creates an instance of KeyValuePair.
Declaration
public KeyValuePair(string key, string value)Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | key param |
| System.String | value | value param |
Properties
Key
Parameter key of KeyValuePair
Declaration
public string Key { get; }Property Value
| Type | Description |
|---|---|
| System.String |
Value
Parameter value of KeyValuePair
Declaration
public string Value { get; }Property Value
| Type | Description |
|---|---|
| System.String |