protected override void EmitLoadCount(MyILGenerator il, Action<MyILGenerator> emitLoad)
 {
     emitLoad(il);
     il.Ldlen();
     il.Conv_I4();
 }