Is it possible to use the MemoryBlock in the same way that C# uses the List method? Code file:
https://code.google.com/p/brawltools2/source/browse/trunk/BrawlLib/Wii/Compression/RunLength.cs
For reference, I’m trying to reproduce private List<Contraction>[] _contractions;
in Xojo form.
Thanks,
Shane.