Skip to content
Version 2.11.0
↓ Get the launcher

StellarInterop.Item method

Reads element index off an il2cpp list via its indexer (Item property or get_Item(int) method). Returns null on any failure.

public static object? Item(object? il2cppList, int index)
parameter description
il2cppList The il2cpp list instance.
index Zero-based element index.