Share via


NSDiffableDataSourceTransaction<SectionIdentifierType,ItemIdentifierType>.SectionTransactions Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSDiffableDataSourceSectionTransaction<SectionIdentifierType,ItemIdentifierType>[] SectionTransactions { [Foundation.Export("sectionTransactions")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("sectionTransactions")>]
member this.SectionTransactions : UIKit.NSDiffableDataSourceSectionTransaction<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> Foundation.NSObject and 'ItemIdentifierType :> Foundation.NSObject)>[]

Property Value

NSDiffableDataSourceSectionTransaction<SectionIdentifierType,ItemIdentifierType>[]
Attributes

Applies to