Skip to content

ListExtensions

Namespace: Hex1b

Assembly: Hex1b.dll

Extension methods for building ListWidget.

csharp
public static class ListExtensions

Inheritance

ObjectListExtensions

Methods

List<TParent>(WidgetContext<TParent>, IReadOnlyList<string>)

Creates a List with the specified items.

Parameters:

Returns: ListWidget

csharp
public static ListWidget List<TParent>(this WidgetContext<TParent> ctx, IReadOnlyList<string> items) where TParent : Hex1bWidget

Released under the MIT License.