C# Class MvvmCross.Binding.iOS.Views.MvxCollectionReusableView

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

Private Properties

Property Type Description

Public Methods

Method Description
MvxCollectionReusableView ( ) : System
MvxCollectionReusableView ( CGRect frame ) : System
MvxCollectionReusableView ( 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

MvxCollectionReusableView() public method

public MvxCollectionReusableView ( ) : System
return System

MvxCollectionReusableView() public method

public MvxCollectionReusableView ( CGRect frame ) : System
frame CGRect
return System

MvxCollectionReusableView() public method

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