Share via


NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.InsertSnapshotBeforeItem Method

Definition

[Foundation.Export("insertSnapshot:beforeItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertSnapshotBeforeItem(UIKit.NSDiffableDataSourceSectionSnapshot<ItemIdentifierType> snapshot, ItemIdentifierType item);
[<Foundation.Export("insertSnapshot:beforeItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertSnapshotBeforeItem : UIKit.NSDiffableDataSourceSectionSnapshot<'ItemIdentifierType (requires 'ItemIdentifierType :> Foundation.NSObject)> * 'ItemIdentifierType -> unit
override this.InsertSnapshotBeforeItem : UIKit.NSDiffableDataSourceSectionSnapshot<'ItemIdentifierType (requires 'ItemIdentifierType :> Foundation.NSObject)> * 'ItemIdentifierType -> unit

Parameters

item
ItemIdentifierType
Attributes

Applies to