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

Namespace: yWorks.Support
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

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