SyncronizeInvokeTResult Method (FuncTResult) |
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public static TResult Invoke<TResult>(
Func<TResult> method
)
Public Shared Function Invoke(Of TResult) (
method As Func(Of TResult)
) As TResult
Parameters
- method
- Type: SystemFuncTResult
Type Parameters
- TResult
Return Value
Type:
TResultSee Also