C# Class DesktopLiveStreamer.ListGames

Show file Open project: charnet3d/DesktopLiveStreamer Class Usage Examples

Public Methods

Method 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 method

public ListGames ( ) : System
return System

add() public method

public add ( Game p ) : void
p Game
return void

clear() public method

public clear ( ) : void
return void

find() public method

public find ( String caption ) : int
caption String
return int

getSize() public method

public getSize ( ) : int
return int

remove() public method

public remove ( int index ) : void
index int
return void

sort() public method

public sort ( ) : void
return void

sortByViewers() public method

public sortByViewers ( ) : void
return void

this() public method

public this ( int i ) : Game
i int
return Game