Click or drag to resize

DbContextActionWithResultT Delegate

A piece of code returning a value of type T

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public delegate T ActionWithResult<T>()

Type Parameters

T
Type of the returned value

Return Value

Type: T
See Also