C# Class Continuous.Server.Visualizer.SingleCollectionViewCellDataSource

Inheritance: UICollectionViewDataSource
Show file Open project: praeclarum/Continuous

Public Methods

Method Description
GetCell ( UICollectionView collectionView, Foundation indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
NumberOfSections ( UICollectionView collectionView ) : nint
SingleCollectionViewCellDataSource ( UICollectionViewCell cell ) : System

Method Details

GetCell() public method

public GetCell ( UICollectionView collectionView, Foundation indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath Foundation
return UICollectionViewCell

GetItemsCount() public method

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
return nint

NumberOfSections() public method

public NumberOfSections ( UICollectionView collectionView ) : nint
collectionView UICollectionView
return nint

SingleCollectionViewCellDataSource() public method

public SingleCollectionViewCellDataSource ( UICollectionViewCell cell ) : System
cell UICollectionViewCell
return System