StellarInterop.Count method
Reads the Count property off an il2cpp list/collection. Returns 0 when the object is null or exposes no readable Count.
public static int Count(object? il2cppList)| parameter | description |
|---|---|
| il2cppList | The il2cpp list instance. |
See Also
Section titled “See Also”- class StellarInterop
- namespace Stellar.Abstractions.Services