C# Class MvvmCross.AutoView.Droid.Views.MvxMissingViewFinder

Inheritance: IMvxViewFinder
显示文件 Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
GetViewType ( Type viewModelType ) : Type
MvxMissingViewFinder ( ) : System

Method Details

GetViewType() public method

public GetViewType ( Type viewModelType ) : Type
viewModelType System.Type
return System.Type

MvxMissingViewFinder() public method

public MvxMissingViewFinder ( ) : System
return System