ValueAccumulator<T>.values
Property in ValueAccumulator<T>
Declaration
public readonly Dictionary<int, T> values
Description
The stored values with their given identifiers (Read only).
public readonly Dictionary<int, T> values
The stored values with their given identifiers (Read only).