Default implementation of an ISelectionModel<(Of <(<'T>)>)> that
is based on a second collection model to hold the selected elements.
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class DefaultSelectionModel<T> : ISelectionModel<T>, IEnumerable<T>, IEnumerable |
| Visual Basic |
|---|
Public Class DefaultSelectionModel(Of T) _ Implements ISelectionModel(Of T), IEnumerable(Of T), _ IEnumerable |
Type Parameters
- T
- The type of the items to be selected.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Model..::..DefaultSelectionModel<(Of <(<'T>)>)>
yWorks.Canvas.Model..::..DefaultSelectionModel<(Of <(<'T>)>)>