|
great tips thanks!!
but let's say I want get the following question answered:
Which of the following are value types? (Choose all that apply) A. Decimal B. String C. System.Drawing.Point D. Integer
(This is an actual question from the self pased training kit for exam 70-536)
I know that any class which is not derived from System.ValueType is a reference type. I would like to see some easy way to find out the class hierarchy, so I can quickly find out how the question related classes relate to the ValueType class. Just a simple kind of tree like reference or a sentence in a class describtion saying "extended/derived by ....class summary....".
Until now I could not find such a thing, but surely it must be somewhere.
Regards Pete
This post has been edited by pete_r61: 20 Aug, 2008 - 11:37 PM
|