<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Collections.ObjectModel.ObservableCollection<T>

public ObservableCollection(IEnumerable<T> collection)

public ObservableCollection(List<T> list)

protected void CheckReentrancy()

public void Move(int oldIndex, int newIndex)

protected virtual void MoveItem(int oldIndex, int newIndex)

protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)