C# Class DesktopLiveStreamer.ListGames

Afficher le fichier Open project: charnet3d/DesktopLiveStreamer Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

ListGames() public méthode

public ListGames ( ) : System
Résultat System

add() public méthode

public add ( Game p ) : void
p Game
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void

find() public méthode

public find ( String caption ) : int
caption String
Résultat int

getSize() public méthode

public getSize ( ) : int
Résultat int

remove() public méthode

public remove ( int index ) : void
index int
Résultat void

sort() public méthode

public sort ( ) : void
Résultat void

sortByViewers() public méthode

public sortByViewers ( ) : void
Résultat void

this() public méthode

public this ( int i ) : Game
i int
Résultat Game