Click or drag to resize

RemotableFuncT, TResult Constructor

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

Parameters

func
Type: SystemFuncT, TResult
See Also