Add support for `List<T>` to `DataHandling` #11

Open
opened 6 years ago by SimonG96 · 1 comments
SimonG96 commented 6 years ago (Migrated from github.com)
Owner

DataHandling currently doesn't support using List<T> or any other IEnumerable<T> as the type. This should be changed and supported.

`DataHandling` currently doesn't support using `List<T>` or any other `IEnumerable<T>` as the type. This should be changed and supported.
SimonG96 commented 6 years ago (Migrated from github.com)
Owner

Implement handling of IEnumerables for Read<>() method:

f705e6790e/GBase/DataHandling/XmlDataReader.cs (L93-L96)

Implement handling of `IEnumerable`s for `Read<>()` method: https://github.com/SimonG96/GBase/blob/f705e6790e9440c50bfecf8e2d69589dc2ec70db/GBase/DataHandling/XmlDataReader.cs#L93-L96
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: SimonG/GBase#11
Loading…
There is no content yet.