NSOrderedSet<TKey>.LastObject Method

Definition

Gets the last object in the ordered set.

public TKey? LastObject();
override this.LastObject : unit -> 'Key

Returns

TKey

The last object, or null if the set is empty.

Applies to