C# Class uREPL.CompileResult

Show file Open project: hecomi/uREPL Class Usage Examples

Public Properties

Property Type Description
code string
error string
type Type
value object

Property Details

code public property

public string code
return string

error public property

public string error
return string

type public property

public Type type
return Type

value public property

public object value
return object