ISelectionItem<>

Represent a selection item.

Represent a selection item.

Methods

public ISelectionItem<T> AddChild(T child)

Adds a child to the item.

Parameters:

child (T)
The child to add.

Returns:

A new ISelectionItem instance representing the child.