Skip to content

M_RailwaySharp_ErrorHandling_Result_2__ctor

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

Result(TSuccess, TMessage) Constructor

Initializes a new instance of the Result(TSuccess, TMessage) class

Namespace: RailwaySharp.ErrorHandling
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

protected Result(
	ResultType tag
)

VB

Protected Sub New ( 
	tag As ResultType
)

C++

protected:
Result(
	ResultType tag
)

F#

new : 
        tag : ResultType -> Result

Parameters

 

tag
Type: RailwaySharp.ErrorHandling.ResultType

See Also

Reference

Result(TSuccess, TMessage) Class
RailwaySharp.ErrorHandling Namespace

Clone this wiki locally