Example #1
0
 protected override void EmitCreateCollection(MyILGenerator il, LocalBuilder lengthVar)
 {
     il.Newobj(collectionConstructor);
 }