Skip to content

WidgetContext<TParentWidget>

Namespace: Hex1b

Assembly: Hex1b.dll

A context for building widgets within a parent container. The TParentWidget type constrains which child widgets can be created. Extension methods return widgets directly; covariance allows collection expressions.

csharp
public class WidgetContext<TParentWidget> where TParentWidget : Hex1bWidget

Inheritance

ObjectWidgetContext<TParentWidget>

Released under the MIT License.