A collection model that filters items from the underlying collection given a predicate function.
Namespace: yWorks.SupportAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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>)>)>
yWorks.Support..::..FilteredCollectionModel<(Of <(<'T>)>)>