Add ObservableDictionary
This commit is contained in:
parent
f63fdfca2f
commit
6031bb3f00
4 changed files with 144 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
public class ObservableListUpdate<T>
|
||||
{
|
||||
public ObservableList<T>? List { get; internal set; }
|
||||
public List<T>? List { get; internal set; }
|
||||
|
||||
public IReadOnlyList<T>? NewItems { get; internal set; }
|
||||
public IReadOnlyList<T>? RemovedItems { get; internal set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue