C# 클래스 Memento.Test.Stubs.Screen

파일 보기 프로젝트 열기: buunguyen/memento 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Circle circle ) : void
MoveToFront ( int index ) : void
Remove ( Circle circle ) : void
Screen ( ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( Circle circle ) : void
circle Circle
리턴 void

MoveToFront() 공개 메소드

public MoveToFront ( int index ) : void
index int
리턴 void

Remove() 공개 메소드

public Remove ( Circle circle ) : void
circle Circle
리턴 void

Screen() 공개 메소드

public Screen ( ) : System.Collections.Generic
리턴 System.Collections.Generic