C# Class Minesweeper.iOS.MineGridViewController

Inheritance: UICollectionViewController
Afficher le fichier Open project: NashXam/minesweeper

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, int section ) : int
MineGridViewController ( IntPtr handle ) : System
NewGame ( ) : void
NumberOfSections ( UICollectionView collectionView ) : int
ViewDidLoad ( ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

GetCell() public méthode

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
Résultat UICollectionViewCell

GetItemsCount() public méthode

public GetItemsCount ( UICollectionView collectionView, int section ) : int
collectionView UICollectionView
section int
Résultat int

MineGridViewController() public méthode

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

NewGame() public méthode

public NewGame ( ) : void
Résultat void

NumberOfSections() public méthode

public NumberOfSections ( UICollectionView collectionView ) : int
collectionView UICollectionView
Résultat int

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void