C# Class AcademyPopcorn.ShootingRacket

Inheritance: AcademyPopcorn.Racket
Mostra file Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
ProduceObjects ( ) : System.Collections.Generic.IEnumerable
Shoot ( ) : void
ShootingRacket ( MatrixCoords topLeft, int width ) : System.Collections.Generic

Method Details

ProduceObjects() public method

public ProduceObjects ( ) : System.Collections.Generic.IEnumerable
return System.Collections.Generic.IEnumerable

Shoot() public method

public Shoot ( ) : void
return void

ShootingRacket() public method

public ShootingRacket ( MatrixCoords topLeft, int width ) : System.Collections.Generic
topLeft MatrixCoords
width int
return System.Collections.Generic