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