SharedState.Values property
Gets an enumerable collection of all values in the shared state.
public IEnumerable<object?> Values { get; }
See Also
- class SharedState
- namespace Kestrun.SharedState
Gets an enumerable collection of all values in the shared state.
public IEnumerable<object?> Values { get; }