A simple default implementation of an ICollectionModel<(Of <(<'T>)>)> that is backed by an ordinary ICollection<(Of <(<'T>)>)>

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

Syntax

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

Type Parameters

T
The type of the elements contained in this collection.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Model..::..DefaultCollectionModel<(Of <(<'T>)>)>

See Also