C# Class Wrox.ProCSharp.Delegates.Consumer

Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Méthodes publiques

Méthode Description
Consumer ( string name ) : System
Consumer ( string name ) : System.Console
NewCarIsHere ( object sender, CarInfoEventArgs e ) : void

Private Methods

Méthode Description
IWeakEventListener ( Type managerType, object sender, EventArgs e ) : bool

Method Details

Consumer() public méthode

public Consumer ( string name ) : System
name string
Résultat System

Consumer() public méthode

public Consumer ( string name ) : System.Console
name string
Résultat System.Console

NewCarIsHere() public méthode

public NewCarIsHere ( object sender, CarInfoEventArgs e ) : void
sender object
e CarInfoEventArgs
Résultat void