SecureTokenFuncRefT1, TR Delegate |
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public delegate TR FuncRef<T1, TR>(
ref T1 value
)
Public Delegate Function FuncRef(Of T1, TR) (
ByRef value As T1
) As TR
Parameters
- value
- Type: T1
Type Parameters
- T1
- TR
Return Value
Type:
TRSee Also