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 : Hex1bWidgetInheritance
Object → WidgetContext<TParentWidget>