Gets the value of the current key using the specified generic type.
Declaration Syntax
C# | Visual Basic |
public T GetValue<T>()
Public Function GetValue(Of T) As T
Generic Template Parameters
- T
- Return value type
Return Value
Value
C# | Visual Basic |
public T GetValue<T>()
Public Function GetValue(Of T) As T