An interface that models the selection state of a set of items.
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface ISelectionModel<T> : IEnumerable<T>, IEnumerable |
| Visual Basic |
|---|
Public Interface ISelectionModel(Of T) _ Inherits IEnumerable(Of T), IEnumerable |
Type Parameters
- T
- The type of items contained in the selection's domain.
Remarks
This interface extends the IEnumerable<(Of <(<'T>)>)> interface
for convenient enumeration of the selected items.
Use the GetEnumerator()()()() to get all selected items.