Skip to content
Version 2.11.0
↓ Get the launcher

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.