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

Namespace: yWorks.Canvas.Model
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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