The base interface that all presenters must implement.
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IPresenter<T>
Public Interface IPresenter(Of T)
generic<typename T>
public interface class IPresenter
type IPresenter<'T> = interface end
Type Parameters
- T
- The interface type of the view that the presenter is controlling.
The IPresenterT type exposes the following members.
Methods See Also