2006.09.27 06:24 PM
Type.Missing vs. Missing.Value
In case you've ever wondered:
System.Type.Missing == System.Reflection.Missing.Value
In Type's static constructor its public static readonly Missing field is set equal to the public static readonly Value field of Missing, which is itself set equal to the only instance of Missing ever created in Missing's static constructor.
Comments
TrackBack
TrackBack URL: https://www.typepad.com/services/trackback/6a00d8341c7bd453ef00d83534a94353ef
Listed below are links to weblogs that reference Type.Missing vs. Missing.Value: