C# 클래스 Loyc.Syntax.ParsingService.PushedCurrent

Returned by PushCurrent(IParsingService).
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 프로퍼티들

프로퍼티 타입 설명
OldValue IParsingService

공개 메소드들

메소드 설명
Dispose ( ) : void
PushedCurrent ( IParsingService @new ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PushedCurrent() 공개 메소드

public PushedCurrent ( IParsingService @new ) : System
@new IParsingService
리턴 System

프로퍼티 상세

OldValue 공개적으로 프로퍼티

public IParsingService OldValue
리턴 IParsingService