I have tried searching the forum and I cant quite find what I am looking for. Maybe I am not wording it right.
Anyways, I have a custom type of PeriodInfo which contains 3 int variables. Period, Minutes, and Seconds.
I am inserting those in a list, one by one as a person adds them.
However, How do I "search" the list if any records exist matching "Period" or "minutes" which are variables/definitions of my customtype?
for example if PeriodInfo.Period = 3, then search the list for any entries that contain Period = 3.
is this possible? thanks!
Anyways, I have a custom type of PeriodInfo which contains 3 int variables. Period, Minutes, and Seconds.
I am inserting those in a list, one by one as a person adds them.
However, How do I "search" the list if any records exist matching "Period" or "minutes" which are variables/definitions of my customtype?
for example if PeriodInfo.Period = 3, then search the list for any entries that contain Period = 3.
is this possible? thanks!