ISelectionItem<T> Interface
Represent a selection item.
public interface ISelectionItem<T> where T : notnull
- Namespace
- Spectre
.Console - Implementing Types
Parameters
-
T
- The data type.
Methods
-
abstract ISelectionItem<T> AddChild
(T) - Adds a child to the item.