Calling this method will cause the UIKit.UICollectionView to discard any visible items and then redisplay them.
Data manipulation methods such as UICollectionView.InsertItems or UICollectionView.DeleteItems automatically update the UIKit.UICollectionView's data and do not require this potentially-expensive method to be called.