Share via


NSMutableOrderedSet<TKey>.Item[IntPtr] Property

Definition

Gets or sets the object at the specified index.

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

Parameters

idx
IntPtr

nativeint

The index of the object.

Property Value

TKey

The object at the specified index.

Applies to