Table of Contents

Interface IConvertibleObservableCollection<TItem>

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Collection which maps items to another type to display.

public interface IConvertibleObservableCollection<TItem> : IListEx<TItem>, IList<TItem>, ICollection<TItem>, IEnumerable<TItem>, IEnumerable, ICollectionEx<TItem>

Type Parameters

TItem
Inherited Members
Extension Methods

Methods

RemoveAll(Func<TItem, bool>)

Remove items for which pred returns true.

void RemoveAll(Func<TItem, bool> pred)

Parameters

pred Func<TItem, bool>

Filter.