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 |