Share via


NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.InsertItemsBefore Method

Definition

[Foundation.Export("insertItems:beforeItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertItemsBefore(ItemIdentifierType[] items, ItemIdentifierType beforeIdentifier);
[<Foundation.Export("insertItems:beforeItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertItemsBefore : 'ItemIdentifierType[] * 'ItemIdentifierType -> unit
override this.InsertItemsBefore : 'ItemIdentifierType[] * 'ItemIdentifierType -> unit

Parameters

items
ItemIdentifierType[]
beforeIdentifier
ItemIdentifierType
Attributes

Applies to