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. |
See Also
Section titled “See Also”- class StellarInterop
- namespace Stellar.Abstractions.Services