C# 클래스 LispEngine.Bootstrap.Reader.OpenInputString

상속: LispEngine.Core.UnaryFunction
파일 보기 프로젝트 열기: Patient0/FirstClassLisp

공개 프로퍼티들

프로퍼티 타입 설명
Instance StackFunction

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
eval ( Datum arg ) : Datum

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

eval() 보호된 메소드

protected eval ( Datum arg ) : Datum
arg Datum
리턴 Datum

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static StackFunction Instance
리턴 StackFunction