C# 클래스 MementoPattern.Caretaker

管理者
파일 보기 프로젝트 열기: marwie/Design-Patterns-in-Unity-Example 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Memento m ) : void
Get ( int i ) : Memento
GetCountOfSavedArticles ( ) : int

메소드 상세

Add() 공개 메소드

public Add ( Memento m ) : void
m Memento
리턴 void

Get() 공개 메소드

public Get ( int i ) : Memento
i int
리턴 Memento

GetCountOfSavedArticles() 공개 메소드

public GetCountOfSavedArticles ( ) : int
리턴 int