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 命令がスタックをポップする方法。

適用対象