OpCode.StackBehaviourPop 属性

定义

中间语言 (IL) 指令弹出堆栈的方式。

public:
 property System::Reflection::Emit::StackBehaviour StackBehaviourPop { System::Reflection::Emit::StackBehaviour get(); };
public System.Reflection.Emit.StackBehaviour StackBehaviourPop { get; }
member this.StackBehaviourPop : System.Reflection.Emit.StackBehaviour
Public ReadOnly Property StackBehaviourPop As StackBehaviour

属性值

只读。 IL 指令弹出堆栈的方式。

适用于