Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static Either<F, S> Left(
F left
)
Public Shared Function Left (
left As F
) As Either(Of F, S)
public:
static Either<F, S>^ Left(
F left
)
static member Left :
left : 'F -> Either<'F, 'S>
Parameters
- left
- Type: F
Return Value
Type:
EitherF,
SSee Also