Add support for `List<T>` to `DataHandling` #11
Open
opened 6 years ago by SimonG96
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
DataHandlingcurrently doesn't support usingList<T>or any otherIEnumerable<T>as the type. This should be changed and supported.Implement handling of
IEnumerables forRead<>()method:f705e6790e/GBase/DataHandling/XmlDataReader.cs (L93-L96)