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 指令彈出堆疊的方式。

適用於