C# Class Wrox.ProCSharp.Delegates.Consumer

显示文件 Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Public Methods

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

Private Methods

Method Description
IWeakEventListener ( Type managerType, object sender, EventArgs e ) : bool

Method Details

Consumer() public method

public Consumer ( string name ) : System
name string
return System

Consumer() public method

public Consumer ( string name ) : System.Console
name string
return System.Console

NewCarIsHere() public method

public NewCarIsHere ( object sender, CarInfoEventArgs e ) : void
sender object
e CarInfoEventArgs
return void