SharedState.Values property

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

public IEnumerable<object?> Values { get; }

See Also