The Orange Tea Frog
The Orange Tea Frog
CC#
Created by The Orange Tea Frog on 1/25/2023 in #help
❔ Why hasn't my class implemented the interface?
Fair enough, I suppose I can still just return a List
16 replies
CC#
Created by The Orange Tea Frog on 1/25/2023 in #help
❔ Why hasn't my class implemented the interface?
what is the reason for that
16 replies
CC#
Created by The Orange Tea Frog on 1/25/2023 in #help
❔ Why hasn't my class implemented the interface?
Ok
16 replies
CC#
Created by The Orange Tea Frog on 1/25/2023 in #help
❔ Why hasn't my class implemented the interface?
Basically my question is why isn't public List<int> Get() an implementation of public IEnumerable<int> Get(); when List is a subtype of IEnumerable
16 replies
CC#
Created by The Orange Tea Frog on 1/25/2023 in #help
❔ Why hasn't my class implemented the interface?
oh I see
16 replies
CC#
Created by The Orange Tea Frog on 1/25/2023 in #help
❔ Why hasn't my class implemented the interface?
What does this mean
16 replies
CC#
Created by The Orange Tea Frog on 1/24/2023 in #help
❔ How can I avoid supplying redundant generic type arguments in this case.
Thanks 👍
6 replies
CC#
Created by The Orange Tea Frog on 1/8/2023 in #help
✅ How can I get multiple responses from raising an event?
These are all good ideas. Thanks guys
22 replies
CC#
Created by The Orange Tea Frog on 1/8/2023 in #help
✅ How can I get multiple responses from raising an event?
Thanks for the help though
22 replies
CC#
Created by The Orange Tea Frog on 1/8/2023 in #help
✅ How can I get multiple responses from raising an event?
I think I might have the solution actually, The EventArgsList could take a list as an arg and then not allow any reading
22 replies
CC#
Created by The Orange Tea Frog on 1/8/2023 in #help
✅ How can I get multiple responses from raising an event?
Otherwise yeah that would have worked
22 replies
CC#
Created by The Orange Tea Frog on 1/8/2023 in #help
✅ How can I get multiple responses from raising an event?
Unfortunately not
22 replies
CC#
Created by The Orange Tea Frog on 1/8/2023 in #help
✅ How can I get multiple responses from raising an event?
A subsriber could even remove the responses of other subscribers
22 replies
CC#
Created by The Orange Tea Frog on 1/8/2023 in #help
✅ How can I get multiple responses from raising an event?
How does this stop the subscribers from reading the responses from other subsribers? A subscriber could just look at List
22 replies