Constructor RunnableWrapper
RunnableWrapper()
Initializes a new instance of RunnableWrapper<TView, TResult> with a new instance of the view.
public RunnableWrapper()
RunnableWrapper(TView)
Initializes a new instance of RunnableWrapper<TView, TResult> with a specified view instance.
public RunnableWrapper(TView wrappedView)
Parameters
wrappedViewTViewThe view to wrap.