'宣言 Public Overrides NotOverridable Function GetCell( _ ByVal collectionView As UIKit.UICollectionView, _ ByVal indexPath As Foundation.NSIndexPath _ ) As UIKit.UICollectionViewCell
public override UIKit.UICollectionViewCell GetCell( UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath )
パラメータ
- collectionView
- Table view requesting the cell.
- indexPath
- Location of the row where the cell will be displayed.
戻り値の型
An object that inherits from UIKit.UITableViewCell that the table can use for the specified row. Do not return null or an assertion will be raised.