StellarInterop.Enumerate method
Lazily enumerates an il2cpp list as boxed elements via Count + Item. Elements that fail to read yield null. Safe to foreach over a non-IEnumerable ZList.
public static IEnumerable<object?> Enumerate(object? il2cppList)| parameter | description |
|---|---|
| il2cppList | The il2cpp list instance. |
See Also
Section titled “See Also”- class StellarInterop
- namespace Stellar.Abstractions.Services