protected override void EmitCreateCollection(MyILGenerator il, LocalBuilder lengthVar)
 {
     il.Ldloc(lengthVar);
     il.Newarr(ElementType);
 }