Click or drag to resize

RemotableFunc<TResult> 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: System.Func<TResult>
See Also