C# 클래스 Microsoft.Cci.MutableCodeModel.PushStatement

Pushes a value onto an implicit operand stack.
상속: Statement, IPushStatement
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
Dispatch ( ICodeVisitor visitor ) : void

Calls visitor.Visit((IPushStatement)this).

PushStatement ( ) : System

Allocates a statement that pushes a value onto an implicit operand stack.

PushStatement ( IPushStatement pushStatement ) : System

Allocates a shallow copy of a statement that pushes a value onto an implicit operand stack.

메소드 상세

Dispatch() 공개 메소드

Calls visitor.Visit((IPushStatement)this).
public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
리턴 void

PushStatement() 공개 메소드

Allocates a statement that pushes a value onto an implicit operand stack.
public PushStatement ( ) : System
리턴 System

PushStatement() 공개 메소드

Allocates a shallow copy of a statement that pushes a value onto an implicit operand stack.
public PushStatement ( IPushStatement pushStatement ) : System
pushStatement IPushStatement
리턴 System