All C# extension methods for type observablecollection-t
-
AddRange<T>()
I have created this AddRange<T>() method on ObservableCollection<T> because the LINQ Concat() method didn't trigger the CollectionChanged event. This method does.
ExtensionMethod.NET Home of 840 C#, Visual Basic, F# and Javascript extension methods
I have created this AddRange<T>() method on ObservableCollection<T> because the LINQ Concat() method didn't trigger the CollectionChanged event. This method does.