I am analysing the V4 .NET framework using Reflector and have noticed that a good majority of fields are written to directly rather than using properties to set\write, for example:-
Public Lazy(LazyThreadSafeMode mode)
this.m_threadSafeObj = Lazy
m_threadSafeObj is a field but I wondered why a property wasnt used instead?
Regards
Steven
VulpesPosted Aug 20, 2012, 12:52 PM
Guest UserPosted Aug 20, 2012, 2:55 PM