Class FlowableResult<T>
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
Tmessage
string
Properties
Value
public T Value { get; set; }
Property Value
- T