HyperActive
These<(Of <(T>)>) Method (functions)
NamespacesHyperActive.CoreTryThese<(Of <(T>)>)(array<Func<(Of <(T>)>)>[]()[])
Returns first non null result.
Declaration Syntax
C#Visual BasicVisual C++
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
T
Type to return.
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)