|
Nullable types were a welcome addition to Visual Basic 2008. In Visual Basic 2010 you can use them as parameters. Here are two examples: ' Assign Nothing as the default value for nullable optional parameter. Sub Add( ByVal x As Integer , ByVal y As...
|