| ControllerBaseActionWithResultT 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
Syntaxpublic delegate T ActionWithResult<T>()
Type Parameters
- T
- Type of the returned value
Return Value
Type:
T
See Also