C# Class ChainOfResponsibilityDesignPattern.AddNumbers

Inheritance: Chain
Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Protected Properties

Свойство Type Description
nextInChain Chain

Méthodes publiques

Méthode Description
Calculate ( Numbers request ) : void
SetNextChain ( Chain nextChain ) : void

Method Details

Calculate() public méthode

public Calculate ( Numbers request ) : void
request Numbers
Résultat void

SetNextChain() public méthode

public SetNextChain ( Chain nextChain ) : void
nextChain Chain
Résultat void

Property Details

nextInChain protected_oe property

protected Chain nextInChain
Résultat Chain