knah / Il2CppAssemblyUnhollower

A tool to generate Managed->IL2CPP proxy assemblies
GNU Lesser General Public License v3.0
499 stars 88 forks source link

Access to IReadOnlyList length #97

Open urfour opened 11 months ago

urfour commented 11 months ago

Hi,

I tried to cast an IReadOnlyList to an array or another list to access the length of it, but I couldn't. How is it possible to access the size of the referenced object?