A ICollectionModel<(Of <(<'T>)>)> implementation that is the composite of two models.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class CompositeCollectionModel<T, R, S> : IDisposable, 
	ICollectionModel<T>, ICollection<T>, IEnumerable<T>, IEnumerable
where R : T
where S : T
Visual Basic
Public Class CompositeCollectionModel(Of T, R As T, S As T) _
	Implements IDisposable, ICollectionModel(Of T), ICollection(Of T),  _
	IEnumerable(Of T), IEnumerable

Type Parameters

T
The type of this model.
R
The type of the first model.
S
The type of the second model.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..CompositeCollectionModel<(Of <(<'T, R, S>)>)>

See Also