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
protected
, public
, or internal
members of the ancestors classes.Child classes can only seeprotected
,public
, orinternal
members of the ancestors classes.
id
as private
.