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