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.54.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
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodStatic memberLeft 
Public methodStatic memberRight 
Public methodToString
(Overrides ObjectToString)
Top
See Also