Returns first non null result.

Declaration Syntax
public static T These<T>(
params Func<T>[] functions
)
Public Shared Function These(Of T) ( _
ParamArray functions As Func(Of T)() _
) As T
public:
generic<typename T>
static T These(
... array<Func<T>^>^ functions
)

Generic Template Parameters

Parameters
- functions (array<
Func<(Of <(T>)>)
>[]()[])
- List of functions to execute.

Return Value
First non-null result from the list of functions.
Assembly:
HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)