C# Class npantarhei.runtime.contract.CausalityStack

Afficher le fichier Open project: ralfw/NPantaRhei Class Usage Examples

Méthodes publiques

Méthode Description
CausalityStack ( ) : System.Collections.Generic
Copy ( ) : CausalityStack
Peek ( ) : Causality
Pop ( ) : void
Push ( IPort exceptionHandler ) : void

Private Methods

Méthode Description
CausalityStack ( Stack causalities ) : System.Collections.Generic

Method Details

CausalityStack() public méthode

public CausalityStack ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Copy() public méthode

public Copy ( ) : CausalityStack
Résultat CausalityStack

Peek() public méthode

public Peek ( ) : Causality
Résultat Causality

Pop() public méthode

public Pop ( ) : void
Résultat void

Push() public méthode

public Push ( IPort exceptionHandler ) : void
exceptionHandler IPort
Résultat void