C# 클래스 uREPL.CompileResult

파일 보기 프로젝트 열기: hecomi/uREPL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
code string
error string
type Type
value object

프로퍼티 상세

code 공개적으로 프로퍼티

public string code
리턴 string

error 공개적으로 프로퍼티

public string error
리턴 string

type 공개적으로 프로퍼티

public Type type
리턴 Type

value 공개적으로 프로퍼티

public object value
리턴 object