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

適用於