C# Class Descent.Messaging.Events.PlayersInGameEventArgs

The event arguments for the PlayersInGame event.
Inheritance: GameEventArgs
显示文件 Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
PlayersInGameEventArgs ( PlayerInGame playersIngame ) : System.Diagnostics.Contracts
PlayersInGameEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

PlayersInGameEventArgs() public method

public PlayersInGameEventArgs ( PlayerInGame playersIngame ) : System.Diagnostics.Contracts
playersIngame PlayerInGame
return System.Diagnostics.Contracts

PlayersInGameEventArgs() public method

public PlayersInGameEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
return System.Diagnostics.Contracts

PopulateWithArgs() public method

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
return void

ToString() public method

public ToString ( ) : string
return string