Search Results for

    Show / Hide Table of Contents

    Method GetSerializedDictionary

    GetSerializedDictionary()

    Gets a list of all values stored in the dictionary in an easier to serialize form.

    Declaration
    public List<(TKey, TValue, DateTime)> GetSerializedDictionary()
    Returns
    Type Description
    List<(T1, T2, T3)<TKey, TValue, DateTime>>

    A list with the data

    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX