public Nullable<T> GetKeyValueGeneric<T>( string name ) where T : struct, new()
Public Function GetKeyValueGeneric(Of T As {Structure, New}) ( _ name As String _ ) As Nullable(Of T)