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