I seem to have found a major flaw with MSDN Help???
Posted
by aperture8
on Stack Overflow
See other posts from Stack Overflow
or by aperture8
Published on 2010-06-18T12:49:46Z
Indexed on
2010/06/18
12:53 UTC
Read the original article
Hit count: 177
It seems MSDN Help sometimes does not tell you a memeber of a class (which can be a property or a method) is overloaded. For example DetailsViewInsertEventArgs.Values property link text. It says it's a ReadOnly property which is wrong! In fact one of the overloaded Values property is ReadOnly but another one can be used to set some values! So by reading MSDN you have no way to know you can set some values with this property! That's a shame! What's your opinion? I'm only a beginner.
© Stack Overflow or respective owner