The size of the IL instruction.
[Visual Basic] Public ReadOnly Property Size As Integer [C#] public int Size {get;} [C++] public: __property int get_Size(); [JScript] public function get Size() : int;
Read-only. The size of the IL instruction.
OpCode Structure | OpCode Members | System.Reflection.Emit Namespace