C# Class Helper.Event

Class repersentign event. each event has a uniqe id and it may contains args.
Afficher le fichier Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Méthodes publiques

Свойство Type Description
args System.Collections.Hashtable

Méthodes publiques

Méthode Description
Event ( MyEvent id ) : System

Constructor of the Event class.

Method Details

Event() public méthode

Constructor of the Event class.
public Event ( MyEvent id ) : System
id MyEvent the id of the event.
Résultat System

Property Details

args public_oe property

hash table containing the args related to this event.
public Hashtable,System.Collections args
Résultat System.Collections.Hashtable