HBSequence / Sequence.Plugins

A library of MvvmCross/Xamarin Plugins and sample applications
26 stars 12 forks source link

Update signature of loading function #17

Open mvanbeusekom opened 6 years ago

mvanbeusekom commented 6 years ago

The return value for the sourceDataFunc can be of type IEnumerable<T> instead of ObservableCollection<T>. This makes it easier for people to use the class and makes sure collections of different types don't have to be converted to ObservableCollection<T> before returning it as a result.