Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ChainOfResponsibilityDesignPattern
DivideNumbers
C# Class ChainOfResponsibilityDesignPattern.DivideNumbers
Inheritance:
Chain
Datei anzeigen
Open project: marwie/Design-Patterns-in-Unity-Example
Class Usage Examples
Protected Properties
Property
Type
Description
nextInChain
Chain
Public Methods
Method
Description
Calculate
(
Numbers
request
) :
void
SetNextChain
(
Chain
nextChain
) :
void
Method Details
Calculate()
public
method
public
Calculate
(
Numbers
request
) :
void
request
Numbers
return
void
SetNextChain()
public
method
public
SetNextChain
(
Chain
nextChain
) :
void
nextChain
Chain
return
void
Property Details
nextInChain
protected_oe property
protected
Chain
nextInChain
return
Chain