GlobalStore.Values property

Gets an enumerable collection of all values in the shared state.

public static IEnumerable<object?> Values { get; }

See Also