NSArray<TKey>.Item[IntPtr] Property

Definition

Gets the element at the specified index.

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

Parameters

idx
IntPtr

nativeint

The zero-based index of the element to retrieve.

Property Value

TKey

The element at idx, or null if the element cannot be converted to TKey.

Applies to