M_RailwaySharp_ErrorHandling_Result_2__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the Result(TSuccess, TMessage) class
Namespace: RailwaySharp.ErrorHandling
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
protected Result(
ResultType tag
)VB
Protected Sub New (
tag As ResultType
)C++
protected:
Result(
ResultType tag
)F#
new :
tag : ResultType -> Result
- tag
- Type: RailwaySharp.ErrorHandling.ResultType
Result(TSuccess, TMessage) Class
RailwaySharp.ErrorHandling Namespace