C# 클래스 LinqToRest.TokenStackExtensions

파일 보기 프로젝트 열기: chrisblock/LinqToRest

공개 메소드들

메소드 설명
Push ( this stack, TokenType tokenType, string value ) : void

메소드 상세

Push() 공개 정적인 메소드

public static Push ( this stack, TokenType tokenType, string value ) : void
stack this
tokenType TokenType
value string
리턴 void