Open sandboxFocus

Property OldEntries

OldEntries

Gets the items that were in the dictionary before it was cleared.

Declaration
public ReadOnlyArray<KeyValuePair<TKey, TValue>> OldEntries { get; }
Property Value
Type Description
ReadOnlyArray<KeyValuePair<TKey, TValue>>