<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.ComponentModel.IBindingList

public interface IBindingList : ICollection, IEnumerable, IList
bool AllowEdit { get; }

bool AllowNew { get; }

bool AllowRemove { get; }

bool IsSorted { get; }

bool SupportsSearching { get; }

bool SupportsSorting { get; }

object AddNew()

int Find(PropertyDescriptor property, object key)

void RemoveSort()