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

Inheritance: UIView, IMvxBindable
Mostrar archivo Open project: MvvmCross/MvvmCross

Private Properties

Property Type Description

Public Methods

Method Description
MvxView ( ) : System
MvxView ( CGRect frame ) : System
MvxView ( IntPtr handle ) : 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 ( CGRect frame ) : System
frame CGRect
return System

MvxView() public method

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