C# Class Android.NUnitLite.UI.ActivityElement

Inheritance: FormattedElement
Afficher le fichier Open project: couchbaselabs/Andr.Unit

Méthodes publiques

Méthode Description
ActivityElement ( string name, Type type ) : System
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View

Method Details

ActivityElement() public méthode

public ActivityElement ( string name, Type type ) : System
name string
type System.Type
Résultat System

GetView() public méthode

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
parent Android.Views.ViewGroup
Résultat Android.Views.View