Skip to content
Version 2.11.0
↓ Get the launcher

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.