[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

[Reflection] Difference between DateTime.MaxValue and Decimal.MaxValue Property Data

Bob Jones

10/9/2008 5:51:00 PM

I just noticed that, when using intellisense, the DateTime.MaxValue
field has a static property icon whereas the Decimal.MaxValue field
has a constant property icon. However, when looking at the
PropertyInfo data displayed by using reflection against the types, I
can see no inherent differences between the properties.

How does microsoft determind this difference? Or, how can I determine
the difference using reflection?