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

System.Data.DataViewSettingCollection

public virtual int Count { get; }

public bool IsReadOnly { get; }

public bool IsSynchronized { get; }

public virtual DataViewSetting this[DataTable table] { get; set; }

public virtual DataViewSetting this[int index] { get; set; }

public virtual DataViewSetting this[string tableName] { get; }

public object SyncRoot { get; }

public void CopyTo(Array ar, int index)

public void CopyTo(DataViewSetting[] ar, int index)