Skip to content

Is it able to get the full collection from the IChangeSet<T>? #889

Answered by JakenVeina
Snailya asked this question in Q&A
Discussion options

You must be logged in to vote

There's no magic trick to retrieving the full collection from an IChangeSet<> you just have to rebuild your own copy of the collection, as each changeset comes through. That's what pretty-much all the DD operators do. Depending on the type of changeset we're talking about, there should be a .Clone() extension method you can use to apply a changeset to a collection.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Snailya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants