C# Class NibManagerTest.CustomCell

Inheritance: UITableViewCell, ICellPopulator
Afficher le fichier Open project: dtavlikos/JTNibManager

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CustomCell ( IntPtr handle ) : System
PopulateCell ( string text, string subtitle ) : void

Method Details

CustomCell() public méthode

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

PopulateCell() public méthode

public PopulateCell ( string text, string subtitle ) : void
text string
subtitle string
Résultat void