Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) StatePattern IState Examples
Programming Language:
C# (CSharp)
Namespace/Package Name:
StatePattern
Class/Type:
IState
Examples at hotexamples.com:
1
C# (CSharp) StatePattern IState - 1 examples found
. These are the top rated real world C# (CSharp) examples of
StatePattern.IState
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Dispense(4)
EjectQuarter(2)
TurnCrank(2)
On(1)
transition3(1)
transition2(1)
transition1(1)
Update(1)
SetContext(1)
Print(1)
OnEnter(1)
InsertQuarter(1)
Off(1)
DoAlarm(1)
HandleInput(1)
Handle(1)
GetCandy(1)
Execute(1)
DoUse(1)
DoThis(1)
DoPhone(1)
DoClock(1)
transition4(1)
Frequently Used Methods
Dispense (4)
EjectQuarter (2)
TurnCrank (2)
On (1)
transition3 (1)
transition2 (1)
transition1 (1)
Update (1)
SetContext (1)
Print (1)
Frequently Used Methods
OnEnter (1)
InsertQuarter (1)
Off (1)
DoAlarm (1)
HandleInput (1)
Handle (1)
GetCandy (1)
Execute (1)
DoUse (1)
DoThis (1)
DoPhone (1)
DoClock (1)
transition4 (1)
Frequently Used Methods
DoPhone (1)
DoClock (1)
transition4 (1)
Related
TypeParameterReference
DnsOptResourceRecord
GifEncoderSettings
MetricTracker
ISupportProperties
LevelMonster
eMoveFeedback
CpuTemperature
NrCharDefine.eAT2ItemAssetBundle
GoodsReceiptAPIRepository
Related in langs
Manager (PHP)
MarkdownExtra_Parser (PHP)
code_addirq (C++)
getProfileDirectory (C++)
New (Go)
ParseGlob (Go)
AutoConfigurationUtils (Java)
WorldManager (Java)
StringsParser (Python)
fetch_document (Python)
Example #1
0
Show file
public void SetState(IState state) { _state = state; }
x