Design Pattern Framework 3.5
Presenter<(Of <(T>)>) Constructor (view)
Patterns-In-Action! Application ► WindowsFormsPresenter ► Presenter<(Of <(T>)>) ► Presenter<(Of <(T>)>)(T)
Constructor. Sets the view.
Declaration Syntax
C# | Visual Basic |
public Presenter( T view )
Public Sub New ( _ view As T _ )
Parameters
- view (T)
- The view.