Udostępnij przez


NSMutableOrderedSet.Item[IntPtr] Property

Definition

Gets or sets the object at the specified index.

public Foundation.NSObject this[IntPtr idx] { get; set; }
member this.Item(nativeint) : Foundation.NSObject with get, set

Parameters

idx
IntPtr

nativeint

The zero-based index of the object to get or set.

Property Value

The object at the specified index.

Applies to