コード例 #1
0
 public override UICollectionViewCell GetCell(UICollectionView collectionView, NSIndexPath indexPath)
 {
     return((UICollectionViewCell)CollectionView.DequeueReusableCell(DataItemCollectionViewCell.ReuseIdentifier, indexPath));
 }