C# 클래스 DesktopLiveStreamer.ListGames

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

공개 메소드들

메소드 설명
ListGames ( ) : System
add ( Game p ) : void
clear ( ) : void
find ( String caption ) : int
getSize ( ) : int
remove ( int index ) : void
sort ( ) : void
sortByViewers ( ) : void
this ( int i ) : Game

메소드 상세

ListGames() 공개 메소드

public ListGames ( ) : System
리턴 System

add() 공개 메소드

public add ( Game p ) : void
p Game
리턴 void

clear() 공개 메소드

public clear ( ) : void
리턴 void

find() 공개 메소드

public find ( String caption ) : int
caption String
리턴 int

getSize() 공개 메소드

public getSize ( ) : int
리턴 int

remove() 공개 메소드

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

sort() 공개 메소드

public sort ( ) : void
리턴 void

sortByViewers() 공개 메소드

public sortByViewers ( ) : void
리턴 void

this() 공개 메소드

public this ( int i ) : Game
i int
리턴 Game