C# 클래스 Parrot.Infrastructure.Locals

TODO: Update summary.
파일 보기 프로젝트 열기: ParrotFx/Parrot 1 사용 예제들

공개 메소드들

메소드 설명
Locals ( object>.IDictionary host ) : System
Pop ( ) : void

Removes the most recently added local values container from the stack

Push ( object value ) : int

Pushes a new local values container onto the stack

메소드 상세

Locals() 공개 메소드

public Locals ( object>.IDictionary host ) : System
host object>.IDictionary
리턴 System

Pop() 공개 메소드

Removes the most recently added local values container from the stack
public Pop ( ) : void
리턴 void

Push() 공개 메소드

Pushes a new local values container onto the stack
public Push ( object value ) : int
value object
리턴 int