UIKit.UICollectionView.DequeueReusableCell Method
Returns a new or reused UIKit.UICollectionReusableView.

Syntax

[Foundation.Export("dequeueReusableCellWithReuseIdentifier:forIndexPath:")]
public virtual UICollectionReusableView DequeueReusableCell (Foundation.NSString reuseIdentifier, Foundation.NSIndexPath indexPath)

Parameters

reuseIdentifier
A type-specific reuse identifier for the desired cell.
indexPath
The Foundation.NSIndexPath indicating the section and item index of the desired UIKit.UICollectionViewCell.

Returns

A UIKit.UICollectionReusableView that is either newly allocated or recycled from the reuse queue.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0