Class CardChannelStackExtension
Extension methods for ICardChannelLayer.
Inheritance
System.Object
CardChannelStackExtension
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 CardChannelStackExtension
Methods
| Improve this Doc View SourceToObservableStack(ICardChannelStack)
Encapsulates an ICardChannelLayer and add ICardChannelLayerObservable behaviour.
Declaration
public static ICardChannelStackObservable ToObservableStack(this ICardChannelStack stack)
Parameters
Type | Name | Description |
---|---|---|
ICardChannelStack | stack | Card channel stack to encapsulate. |
Returns
Type | Description |
---|---|
ICardChannelStackObservable |