C# Class MvvmCross.Binding.Mac.Views.MvxView

Inheritance: NSView, IMvxBindable
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxView ( ) : System
MvxView ( IntPtr handle ) : System
MvxView ( NSCoder coder ) : System
MvxView ( RectangleF frame ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MvxView() public méthode

public MvxView ( ) : System
Résultat System

MvxView() public méthode

public MvxView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

MvxView() public méthode

public MvxView ( NSCoder coder ) : System
coder NSCoder
Résultat System

MvxView() public méthode

public MvxView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
Résultat System