How the IL instruction pushes operand onto the stack.
[Visual Basic] Public ReadOnly Property StackBehaviourPush As StackBehaviour [C#] public StackBehaviour StackBehaviourPush {get;} [C++] public: __property StackBehaviour get_StackBehaviourPush(); [JScript] public function get StackBehaviourPush() : StackBehaviour;
Read-only. How the IL instruction pushes operand onto the stack.
OpCode Structure | OpCode Members | System.Reflection.Emit Namespace