Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MementoPattern
Originator
C# Class MementoPattern.Originator
sets and gets values from the currently targeted memento. Creates new memenots and assigns current values to them.
ファイルを表示
Open project: marwie/Design-Patterns-in-Unity-Example
Class Usage Examples
Public Methods
Method
Description
RestoreFromMemento
(
Memento
memento
) :
string
Set
(
string
article
) :
void
StoreInMemento
( ) :
Memento
Method Details
RestoreFromMemento()
public
method
public
RestoreFromMemento
(
Memento
memento
) :
string
memento
Memento
return
string
Set()
public
method
public
Set
(
string
article
) :
void
article
string
return
void
StoreInMemento()
public
method
public
StoreInMemento
( ) :
Memento
return
Memento