ListExtensions
Namespace: Hex1b
Assembly: Hex1b.dll
Extension methods for building ListWidget.
csharp
public static class ListExtensionsInheritance
Object → ListExtensions
Methods
List<TParent>(WidgetContext<TParent>, IReadOnlyList<string>)
Creates a List with the specified items.
Parameters:
ctx(WidgetContext<<TParent>>):items(IReadOnlyList<String>):
Returns: ListWidget
csharp
public static ListWidget List<TParent>(this WidgetContext<TParent> ctx, IReadOnlyList<string> items) where TParent : Hex1bWidget