C# 클래스 tsg_Spec, gunpowder

파일 보기 프로젝트 열기: calebhc/gunpowder

공개 프로퍼티들

프로퍼티 타입 설명
afters Stack>
befores Stack>
context string
spec Func

공개 메소드들

메소드 설명
tsg_Spec ( Stack befores, Stack afters, Func spec, string context ) : System

메소드 상세

tsg_Spec() 공개 메소드

public tsg_Spec ( Stack befores, Stack afters, Func spec, string context ) : System
befores Stack
afters Stack
spec Func
context string
리턴 System

프로퍼티 상세

afters 공개적으로 프로퍼티

public Stack> afters
리턴 Stack>

befores 공개적으로 프로퍼티

public Stack> befores
리턴 Stack>

context 공개적으로 프로퍼티

public string context
리턴 string

spec 공개적으로 프로퍼티

public Func spec
리턴 Func