Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for MelanyOsinskiâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #292899 |
@<a href="https://fallguys.onl">fall guys</a> Suppose you have a list of objects with different data types, for example a list containing both int and string:
List<object> myList = new List<object> { 1, "Hello", 2, "World", 3 };
(more) |
— | 6 days ago |