SyncronizeInvokeTResult Method (FuncTResult) |
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic 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:
TResult
See Also