Click or drag to resize

RemotableFuncTResult Constructor

Namespace:  Resto.Front.Api.V5.RemotingHelpers
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
public RemotableFunc(
	Func<TResult> func
)

Parameters

func
Type: SystemFuncTResult
See Also