Click or drag to resize

EitherF, S Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPEitherF, S

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public sealed class Either<F, S>
where F : class
where S : class

Type Parameters

F
S

The EitherF, S type exposes the following members.

Properties
 NameDescription
Public propertyIsLeft 
Public propertyIsRight 
Public propertyLeftValue 
Public propertyRightValue 
Top
Methods
See Also