Constructor ListWrapper
ListWrapper(ObservableCollection<T>?)
Creates a new instance of ListWrapper<T> that wraps the specified ObservableCollection<T>.
public ListWrapper(ObservableCollection<T>? source)
Parameters
sourceObservableCollection<T>
Creates a new instance of ListWrapper<T> that wraps the specified ObservableCollection<T>.
public ListWrapper(ObservableCollection<T>? source)
source ObservableCollection<T>