C# Class Descent.Messaging.Events.TreasureEventArgs

The event arguments for events about treasures.
Inheritance: GameEventArgs
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Méthode Description
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string
TreasureEventArgs ( int treasureId ) : System.Diagnostics.Contracts
TreasureEventArgs ( string stringArgs ) : System.Diagnostics.Contracts

Method Details

PopulateWithArgs() public méthode

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TreasureEventArgs() public méthode

public TreasureEventArgs ( int treasureId ) : System.Diagnostics.Contracts
treasureId int
Résultat System.Diagnostics.Contracts

TreasureEventArgs() public méthode

public TreasureEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
Résultat System.Diagnostics.Contracts