Interface IRecyclableWidgetBuilder
Interface for a class that can build a RecyclableWidgetController instance.
Namespace: SociallyDistant.Core.UI.Recycling
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IRecyclableWidgetBuilder
Methods
Build()
Create a RecyclableWidgetController based on this widget builder's properties.
Declaration
RecyclableWidgetController Build()
Returns
Type | Description |
---|---|
RecyclableWidgetController | A new instance of RecyclableWidgetController. |