Broadcast<T>.Value Method

Definition

Get the broadcasted value.

public T Value ();
member this.Value : unit -> 'T
Public Function Value () As T

Returns

T

The broadcasted value

Applies to