The value of the immediate operand of the IL instruction.
[Visual Basic] Public ReadOnly Property Value As Short [C#] public short Value {get;} [C++] public: __property short get_Value(); [JScript] public function get Value() : Int16;
Read-only. The value of the immediate operand of the IL instruction.
OpCode Structure | OpCode Members | System.Reflection.Emit Namespace