A collection model that filters items from the underlying collection given a predicate function.

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class FilteredCollectionModel<T> : ICollectionModel<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable, IDisposable
Visual Basic
Public Class FilteredCollectionModel(Of T) _
	Implements ICollectionModel(Of T), ICollection(Of T),  _
	IEnumerable(Of T), IEnumerable, IDisposable

Type Parameters

T
The type of the items in the model.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..FilteredCollectionModel<(Of <(<'T>)>)>

See Also