Inheritance HierarchySystemObject
Ozeki.VoIPEitherF, S
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic sealed class Either<F, S>
where F : class
where S : class
Public NotInheritable Class Either(Of F As Class, S As Class)
generic<typename F, typename S>
where F : ref class
where S : ref class
public ref class Either sealed
[<SealedAttribute>]
type Either<'F, 'S when 'F : not struct when 'S : not struct> = class end
Type Parameters
- F
- S
The EitherF, S type exposes the following members.
Properties
Methods
See Also