C# Class VisitorPattern.Visitor.VisitorPast

访问者:完成获取视频的行为
Inheritance: IVisitor
Datei anzeigen Open project: Run2948/CSharpDesignPatterns

Public Methods

Method Description
GetVideoFree ( StudentFree studentFree ) : void
GetVideoVip ( StudentVip studentVip ) : void

Method Details

GetVideoFree() public method

public GetVideoFree ( StudentFree studentFree ) : void
studentFree StudentFree
return void

GetVideoVip() public method

public GetVideoVip ( StudentVip studentVip ) : void
studentVip StudentVip
return void