Click or drag to resize

RemotableFuncTResult Constructor

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

Parameters

func
Type: SystemFuncTResult
See Also