line21c / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Make (optional) value parameters nullable #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we have a problem for non-nullable optional parameters like "bool 
preferred", which never can be set to null. We should mark all optional value 
parameters as nullable ("bool?") instead.

Original issue reported on code.google.com by mlin...@google.com on 1 Jun 2011 at 6:59

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 21 Jun 2011 at 5:42