Table of Contents

Constructor CollectionNavigator

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

CollectionNavigator()

Constructs a new CollectionNavigator.

public CollectionNavigator()

CollectionNavigator(IEnumerable<object>)

Constructs a new CollectionNavigator for the given collection.

public CollectionNavigator(IEnumerable<object> collection)

Parameters

collection IEnumerable<object>