docs.unity.cn
    Show / Hide Table of Contents

    Method Add

    Add<T1, T2>(Dictionary<T1, List<T2>>, T1, T2)

    Declaration
    public static void Add<T1, T2>(this Dictionary<T1, List<T2>> dictionary, T1 key, T2 value)
    Parameters
    Type Name Description
    Dictionary<T1, List<T2>> dictionary
    T1 key
    T2 value
    Type Parameters
    Name Description
    T1
    T2
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use