Interface ISelection<T>
Syntax
public interface ISelection<T>
Type Parameters
Properties
activeElement
Declaration
T activeElement { get; set; }
Property Value
Count
Declaration
Property Value
Type |
Description |
System.Int32 |
|
elements
Declaration
T[] elements { get; set; }
Property Value
Methods
BeginSelection()
Declaration
Clear()
Declaration
Contains(T)
Declaration
Parameters
Type |
Name |
Description |
T |
element |
|
Returns
Type |
Description |
System.Boolean |
|
EndSelection(Boolean)
Declaration
void EndSelection(bool select)
Parameters
Type |
Name |
Description |
System.Boolean |
select |
|
Select(T, Boolean)
Declaration
void Select(T element, bool select)
Parameters
Type |
Name |
Description |
T |
element |
|
System.Boolean |
select |
|