Show / Hide Table of Contents

Class CardChannelExtension

Extension methods for ICardChannel.

Inheritance
System.Object
CardChannelExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WSCT.Linq
Assembly: WSCT.dll
Syntax
public static class CardChannelExtension

Methods

| Improve this Doc View Source

ToObservable(ICardChannel)

Encapsulates an ICardChannel and add ICardChannelObservable behaviour.

Declaration
public static ICardChannelObservable ToObservable(this ICardChannel channel)
Parameters
Type Name Description
ICardChannel channel

Card channel to encapsulate.

Returns
Type Description
ICardChannelObservable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX