aronmatthew
Well-known member
- Joined
- Aug 5, 2019
- Messages
- 76
- Programming Experience
- Beginner
for some reason I cant view properties while debugging using sub class with base class List
protected
, public
, or internal
members of the ancestors classes.Child classes can only seeprotected
,public
, orinternal
members of the ancestors classes.
id
as private
.List<_temp1>
object and you're expecting to see properties of a _temp
object? If not, what are you saying? How about you provide a FULL and CLEAR explanation of the problem and provide that actually demonstrates it?Look closely. You declaredid
asprivate
.
In the future, please post code as text in code tags, not as a screenshot.
Are you saying, without actually saying, that you created aList<_temp1>
object and you're expecting to see properties of a_temp
object? If not, what are you saying? How about you provide a FULL and CLEAR explanation of the problem and provide that actually demonstrates it?
While debugging I cannot see public property Id in the class object
temp
but your picture of your code shows no such variable. If it's too much trouble for you to provide all the relevant information, you're wasting the time you do spend providing half the story because it's not enough for us to help you.Does that one sentence really qualify as "FULL and CLEAR"? We want to help but if you're not going to try to help us do so, we can't. Your second screenshot shows a variable namedtemp
but your picture of your code shows no such variable. If it's too much trouble for you to provide all the relevant information, you're wasting the time you do spend providing half the story because it's not enough for us to help you.