docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)