You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Creates a layout attributes object of a specific type representing the supplementary view.</summary>
56
53
/// <typeparam name="T">The type of the layout attributes object to return.</typeparam>
57
-
/// <param name="kind">The kind identifier for the supplementary view.</param>
58
-
/// <param name="indexPath">An index path for the supplementary view.</param>
59
-
/// <summary>Creates a layout attributes object of a specific type representing the supplementary view.</summary>
60
-
/// <returns>A layout attributes object of a specific type that represents the supplementary view.</returns>
61
-
/// <remarks>Use this method to create a layout attributes object of a specific type representing a supplementary view of the specified.</remarks>
54
+
/// <param name="kind">The kind identifier for the supplementary view.</param>
55
+
/// <param name="indexPath">An index path for the supplementary view.</param>
56
+
/// <returns>A layout attributes object of a specific type that represents the supplementary view.</returns>
57
+
/// <remarks>Use this method to create a layout attributes object of a specific type representing a supplementary view of the specified kind.</remarks>
/// <param name="indexPath">An index path for the supplementary view.</param>
90
-
/// <summary>Creates a layout attributes object representing the supplementary view.</summary>
91
-
/// <returns>A layout attributes object that represents the supplementary view.</returns>
92
-
/// <remarks>Use this method to create a layout attributes object representing a supplementary view of a specific kind. If you've subclassed UICollectionViewLayoutAttributes and need to return an instance of the subclass, use <see cref="UIKit.UICollectionViewLayoutAttributes.CreateForSupplementaryView(Foundation.NSString,Foundation.NSIndexPath)" /> instead. This method is equivalent to calling CreateForSupplementaryView<UICollectionViewLayoutAttributes>.</remarks>
84
+
/// <param name="indexPath">An index path for the supplementary view.</param>
85
+
/// <returns>A layout attributes object that represents the supplementary view.</returns>
86
+
/// <remarks>Use this method to create a layout attributes object representing a supplementary view of a specific kind. If you've subclassed <see cref="UICollectionViewLayoutAttributes" /> and need to return an instance of the subclass, use <see cref="CreateForSupplementaryView{T}(NSString, NSIndexPath)" /> instead. This method is equivalent to calling <c>CreateForSupplementaryView<UICollectionViewLayoutAttributes></c>.</remarks>
/// <param name="indexPath">An index path for the supplementary view.</param>
96
+
/// <returns>A layout attributes object that represents the supplementary view.</returns>
97
+
/// <remarks>Use this method to create a layout attributes object of a specific type representing a supplementary view of the specified kind.</remarks>
0 commit comments