6330
6330
6331
6331
1. The value 1 is pushed onto the stack.
6332
6332
6333
- This is a special short encoding for the push of the integer value 0 . All special short encodings push 4 byte integers on the stack.
6333
+ This is a special short encoding for the push of the integer value 1 . All special short encodings push 4 byte integers on the stack.
6334
6334
6335
6335
The following <xref:System.Reflection.Emit.ILGenerator.Emit%2A> method overload can use the `ldc.i4.1` opcode:
6336
6336
6385
6385
6386
6386
1. The value 2 is pushed onto the stack.
6387
6387
6388
- This is a special short encoding for the push of the integer value 0 . All special short encodings push 4 byte integers on the stack.
6388
+ This is a special short encoding for the push of the integer value 2 . All special short encodings push 4 byte integers on the stack.
6389
6389
6390
6390
The following <xref:System.Reflection.Emit.ILGenerator.Emit%2A> method overload can use the `ldc.i4.2` opcode:
6391
6391
6440
6440
6441
6441
1. The value 3 is pushed onto the stack.
6442
6442
6443
- This is a special short encoding for the push of the integer value 0 . All special short encodings push 4 byte integers on the stack.
6443
+ This is a special short encoding for the push of the integer value 3 . All special short encodings push 4 byte integers on the stack.
6444
6444
6445
6445
The following <xref:System.Reflection.Emit.ILGenerator.Emit%2A> method overload can use the `ldc.i4.3` opcode:
6446
6446
6495
6495
6496
6496
1. The value 4 is pushed onto the stack.
6497
6497
6498
- This is a special short encoding for the push of the integer value 0 . All special short encodings push 4 byte integers on the stack.
6498
+ This is a special short encoding for the push of the integer value 4 . All special short encodings push 4 byte integers on the stack.
6499
6499
6500
6500
The following <xref:System.Reflection.Emit.ILGenerator.Emit%2A> method overload can use the `ldc.i4.4` opcode:
6501
6501
6550
6550
6551
6551
1. The value 5 is pushed onto the stack.
6552
6552
6553
- This is a special short encoding for the push of the integer value 0 . All special short encodings push 4 byte integers on the stack.
6553
+ This is a special short encoding for the push of the integer value 5 . All special short encodings push 4 byte integers on the stack.
6554
6554
6555
6555
The following <xref:System.Reflection.Emit.ILGenerator.Emit%2A> method overload can use the `ldc.i4.5` opcode:
6556
6556
6605
6605
6606
6606
1. The value 6 is pushed onto the stack.
6607
6607
6608
- This is a special short encoding for the push of the integer value 0 . All special short encodings push 4 byte integers on the stack.
6608
+ This is a special short encoding for the push of the integer value 6 . All special short encodings push 4 byte integers on the stack.
6609
6609
6610
6610
The following <xref:System.Reflection.Emit.ILGenerator.Emit%2A> method overload can use the `ldc.i4.6` opcode:
6611
6611
6660
6660
6661
6661
1. The value 7 is pushed onto the stack.
6662
6662
6663
- This is a special short encoding for the push of the integer value 0 . All special short encodings push 4 byte integers on the stack.
6663
+ This is a special short encoding for the push of the integer value 7 . All special short encodings push 4 byte integers on the stack.
6664
6664
6665
6665
The following <xref:System.Reflection.Emit.ILGenerator.Emit%2A> method overload can use the `ldc.i4.7` opcode:
6666
6666
6715
6715
6716
6716
1. The value 8 is pushed onto the stack.
6717
6717
6718
- This is a special short encoding for the push of the integer value 0 . All special short encodings push 4 byte integers on the stack.
6718
+ This is a special short encoding for the push of the integer value 8 . All special short encodings push 4 byte integers on the stack.
6719
6719
6720
6720
The following <xref:System.Reflection.Emit.ILGenerator.Emit%2A> method overload can use the `ldc.i4.8` opcode:
6721
6721
6770
6770
6771
6771
1. The value -1 is pushed onto the stack.
6772
6772
6773
- This is a special short encoding for the push of the integer value 0 . All special short encodings push 4 byte integers on the stack.
6773
+ This is a special short encoding for the push of the integer value -1 . All special short encodings push 4 byte integers on the stack.
6774
6774
6775
6775
The following <xref:System.Reflection.Emit.ILGenerator.Emit%2A> method overload can use the `ldc.i4.m1` opcode:
6776
6776
@@ -14218,4 +14218,4 @@ callvirt m
14218
14218
</Docs>
14219
14219
</Member>
14220
14220
</Members>
14221
- </Type>
14221
+ </Type>
0 commit comments