Show / Hide Table of Contents

Class CardContextStackExtension

Extension methods for ICardContextLayer.

Inheritance
System.Object
CardContextStackExtension
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 CardContextStackExtension

Methods

| Improve this Doc View Source

ToObservableStack(ICardContextStack)

Encapsulates an ICardContextLayer and add ICardContextLayerObservable behaviour.

Declaration
public static ICardContextStackObservable ToObservableStack(this ICardContextStack stack)
Parameters
Type Name Description
ICardContextStack stack

Card context stack to encapsulate.

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