Properties:
int MaximumNumberOfMember
• Write an appropriate constructor to initialize the properties.
0 Methods
void Add(Iltem item): Adds the item to the list. If the list reaches its maximum capacity, the OnFullOfMember event, which uses the Notify delegate, will be triggered.
void DisplayList(): Displays all members in the list.
• Event
event Notify? OnFullOfMember
Zoom
Close
80%