Timeline for What datatype to use for set of needs in a needs system in C#?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 25, 2017 at 15:37 | comment | added | Stephan | And that's fine, you just have to implement IComparable for lists, dictionaries may need IEquatable<T> with an override on Equals() and GetHashCode() | |
| Dec 25, 2017 at 11:52 | comment | added | MisteriosM | I didn't want to use enums because it should be able to create new Needs without editing base files... | |
| Dec 22, 2017 at 19:59 | history | answered | Stephan | CC BY-SA 3.0 |