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