cant see sub class properties with base class List

aronmatthew

Well-known member
Joined
Aug 5, 2019
Messages
68
Programming Experience
Beginner
for some reason I cant view properties while debugging using sub class with base class List
1748109912812.png
1748109952947.png
 
Child classes can only see protected, public, or internal members of the ancestors classes.
 
Look closely. You declared id as private.

In the future, please post code as text in code tags, not as a screenshot.
 
Back
Top Bottom