C# Class Robot, code

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Robot ( )
ShootPeopleWith ( weapon IWeapon ) : void
Speak ( ) : void

Private Methods

Method Description
GetAvailableIndex ( ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Robot() public method

public Robot ( )

ShootPeopleWith() public method

public ShootPeopleWith ( weapon IWeapon ) : void
IWeapon weapon
return void

Speak() public method

public Speak ( ) : void
return void