Timeline for Nullable<T> Implementation for VB6/VBA
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 14, 2014 at 12:14 | comment | added | user28366 |
I see i see :) only recently I have found out that Value is not a default member if there is a _Default property defined in a class. It is the runtime that decides what the default property is going to be. You explicitly use .Value so it should not affect anything which is GOOD but I thought it was worth mentioning :)
|
|
| Feb 14, 2014 at 8:07 | comment | added | user28366 | Value is not always the default member though. It's the runtime that decides which type is the most appropriate. Other than that a definite +1. | |
| Feb 14, 2014 at 2:58 | history | answered | Mathieu Guindon | CC BY-SA 3.0 |