C# 클래스 Hardly.Library.Twitch.GameState

파일 보기 프로젝트 열기: hardlydifficult/HardlyBot

공개 메소드들

메소드 설명
Close ( ) : void
Open ( ) : void

보호된 메소드들

메소드 설명
CloseState ( ) : void
OpenState ( ) : void

This is called right after the constructor. Anything that could change state must be in this method and NOT the constructor.

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CloseState() 보호된 추상적인 메소드

protected abstract CloseState ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

OpenState() 보호된 추상적인 메소드

This is called right after the constructor. Anything that could change state must be in this method and NOT the constructor.
protected abstract OpenState ( ) : void
리턴 void