C# 클래스 AcademyPopcorn.ShootingRacket

상속: AcademyPopcorn.Racket
파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
ProduceObjects ( ) : System.Collections.Generic.IEnumerable
Shoot ( ) : void
ShootingRacket ( MatrixCoords topLeft, int width ) : System.Collections.Generic

메소드 상세

ProduceObjects() 공개 메소드

public ProduceObjects ( ) : System.Collections.Generic.IEnumerable
리턴 System.Collections.Generic.IEnumerable

Shoot() 공개 메소드

public Shoot ( ) : void
리턴 void

ShootingRacket() 공개 메소드

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