Share via


NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.AppendItems Method

Definition

Overloads

AppendItems(ItemIdentifierType[])

[Foundation.Export("appendItems:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendItems(ItemIdentifierType[] items);
[<Foundation.Export("appendItems:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendItems : 'ItemIdentifierType[] -> unit
override this.AppendItems : 'ItemIdentifierType[] -> unit

Parameters

items
ItemIdentifierType[]
Attributes

Applies to

AppendItems(ItemIdentifierType[], ItemIdentifierType)

[Foundation.Export("appendItems:intoParentItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendItems(ItemIdentifierType[] items, ItemIdentifierType? parentItem);
[<Foundation.Export("appendItems:intoParentItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendItems : 'ItemIdentifierType[] * 'ItemIdentifierType -> unit
override this.AppendItems : 'ItemIdentifierType[] * 'ItemIdentifierType -> unit

Parameters

items
ItemIdentifierType[]
parentItem
ItemIdentifierType
Attributes

Applies to