T
Tony Johansson
Hi!
In the book Microsoft Press 70-536 it says that the following classes derive
from MemberInfo class
I have checked this and noticed that LocalVariableInfo do not inherit from
MemberInfo. Actually it only derives from the root class object. here is a
copy from MSDN.
[ComVisibleAttribute(true)]
public class LocalVariableInfo
So in this case the book must have missed this but why do not
LocalVariableInfo derive from MemberInfo ?
1. ConstructorInfo
2. EventInfo
3. FieldInfo
4. LocalVariableInfo
5. MethodBase
6. MethodInfo
7. PropertyInfo
8. Type
//Tony
In the book Microsoft Press 70-536 it says that the following classes derive
from MemberInfo class
I have checked this and noticed that LocalVariableInfo do not inherit from
MemberInfo. Actually it only derives from the root class object. here is a
copy from MSDN.
[ComVisibleAttribute(true)]
public class LocalVariableInfo
So in this case the book must have missed this but why do not
LocalVariableInfo derive from MemberInfo ?
1. ConstructorInfo
2. EventInfo
3. FieldInfo
4. LocalVariableInfo
5. MethodBase
6. MethodInfo
7. PropertyInfo
8. Type
//Tony