Okay, so heres part of the code I have:
Form1.cs:
Book.cs:
I'm trying to add a Boolean value with each keyvalue pair I add. Is this even possible?. I need to be able to add/remove books to the dictionary, and also for each book to have a loan status denoted by a Boolean.
I'm using a Windows Form if that's of any help.
Form1.cs:
Book.cs:
I'm trying to add a Boolean value with each keyvalue pair I add. Is this even possible?. I need to be able to add/remove books to the dictionary, and also for each book to have a loan status denoted by a Boolean.
I'm using a Windows Form if that's of any help.
Last edited: