OpCode.StackBehaviourPop 속성
정의
IL(중간 언어) 명령에서 스택을 팝하는 방법입니다.How the intermediate language (IL) instruction pops the stack.
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
속성 값
읽기 전용입니다.Read-only. IL 명령에서 스택을 팝 하는 방법입니다.The way the IL instruction pops the stack.