C# Класс Hardly.Library.Twitch.GameState

Показать файл Открыть проект

Открытые методы

Метод Описание
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