GetterThunk<T> Delegate
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Delegate Function GetterThunk(Of T) As T
public delegate T GetterThunk<T>()
Type Parameters
- T
Return Value
Type: T