-
Notifications
You must be signed in to change notification settings - Fork 4.9k
ObservableCollection.AddRange() #10751
Conversation
robertmclaws
commented
Aug 13, 2016
- Introduce an AddRange function that waits until all new items are added to the collection before firing OnCollectionChanged.
- Moved a helper method out of the "Constructors" section for organizational clarity.
- Introduce an AddRange function that waits until all new items are added to the collection before firing OnCollectionChanged. - Moved a helper method out of the "Constructors" section for organizational clarity.
|
Hi @advancedrei, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! TTYL, DNFBOT; |
|
@advancedrei, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
|
@advancedrei lets please follow the process at http://aka.ms/apireview for adding new APIs. |
|
Oops, sorry @weshaggard. I'll open an issue. (UPDATE: It's open). |
|
Thanks for the contribution. Per @weshaggard's comments and the issue you opened, I'm going to close this PR until the API is agreed upon. At that point this PR or a new one can be re-opened. |
src/System.ObjectModel/src/System/Collections/ObjectModel/ObservableCollection.cs
Show resolved
Hide resolved
src/System.ObjectModel/src/System/Collections/ObjectModel/ObservableCollection.cs
Show resolved
Hide resolved
Initial commit for discussion. Fixes https://github.com/dotnet/coreclr/issues/8439 Conversation referenced in https://github.com/dotnet/corefx/issues/10752
|
@robertmclaws |