Table of Contents

Class FlowableResult<T>

Namespace
H.Controls.Diagram.Presenter.Flowables
Assembly
H.Controls.Diagram.Presenter.dll
public class FlowableResult<T> : FlowableResult, IFlowableResult

Type Parameters

T
Inheritance
FlowableResult<T>
Implements
Inherited Members
Extension Methods

Constructors

FlowableResult(T)

public FlowableResult(T t)

Parameters

t T

FlowableResult(T, string)

public FlowableResult(T t, string message)

Parameters

t T
message string

Properties

Value

public T Value { get; set; }

Property Value

T