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

Inheritance: NSView, IMvxBindable
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxView ( ) : System
MvxView ( IntPtr handle ) : System
MvxView ( NSCoder coder ) : System
MvxView ( RectangleF frame ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MvxView() public method

public MvxView ( ) : System
return System

MvxView() public method

public MvxView ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxView() public method

public MvxView ( NSCoder coder ) : System
coder NSCoder
return System

MvxView() public method

public MvxView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System