Class RecyclableWidgetController
Inheritance
RecyclableWidgetController
Assembly: Ritchie.Toolbox.dll
public abstract class RecyclableWidgetController
Methods
Build(ContentWidget)
Declaration
public abstract void Build(ContentWidget destination)
Parameters
Declaration
protected T GetWidget<T>() where T : Widget, new()
Returns
Type Parameters
Declaration
public abstract void Recycle()
Declaration
protected void Recyclewidget<T>(T? widget) where T : Widget, new()
Parameters
Type |
Name |
Description |
T |
widget |
|
Type Parameters