docs.unity3d.com
    Show / Hide Table of Contents

    Class KeyValuePair

    KeyValuePair model

    Inheritance
    Object
    KeyValuePair
    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
    In This Article
    • Constructors
      • KeyValuePair(String, String)
    • Properties
      • Key
      • Value
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023