C# Class npantarhei.runtime.contract.CausalityStack

显示文件 Open project: ralfw/NPantaRhei Class Usage Examples

Public Methods

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

Private Methods

Method Description
CausalityStack ( Stack causalities ) : System.Collections.Generic

Method Details

CausalityStack() public method

public CausalityStack ( ) : System.Collections.Generic
return System.Collections.Generic

Copy() public method

public Copy ( ) : CausalityStack
return CausalityStack

Peek() public method

public Peek ( ) : Causality
return Causality

Pop() public method

public Pop ( ) : void
return void

Push() public method

public Push ( IPort exceptionHandler ) : void
exceptionHandler IPort
return void