C# Class Descent.Messaging.Events.SwitchItemsEventArgs

The event arguments for switching items.
Inheritance: GameEventArgs
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Méthode Description
PopulateWithArgs ( string stringArgs ) : void
SwitchItemsEventArgs ( int field1, int field2 ) : System.Diagnostics.Contracts
SwitchItemsEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
ToString ( ) : string

Method Details

PopulateWithArgs() public méthode

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

SwitchItemsEventArgs() public méthode

public SwitchItemsEventArgs ( int field1, int field2 ) : System.Diagnostics.Contracts
field1 int
field2 int
Résultat System.Diagnostics.Contracts

SwitchItemsEventArgs() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string