|
3 |
typo
|
||
|
2 |
edited tags
|
||
|
1 |
|
||
How do I convert a System.Type to it's nullable version?Once again one of those: "Is there an easier built-in way of doing things instead of my helper method?" So it's easy to get the underlying type from a nullable type, but how do I get the nullable version of a .NET type? So I have
and I want
or
Any suggestions? (Is there something built in.) Thanks in advance.
|
||||
