Share via


UITableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.GetSectionIdentifier Method

Definition

[Foundation.Export("sectionIdentifierForIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SectionIdentifierType? GetSectionIdentifier(IntPtr index);
[<Foundation.Export("sectionIdentifierForIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSectionIdentifier : nativeint -> 'SectionIdentifierType
override this.GetSectionIdentifier : nativeint -> 'SectionIdentifierType

Parameters

index
IntPtr

nativeint

Returns

SectionIdentifierType
Attributes

Applies to