C# Class uREPL.CompileResult

Mostra 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_oe property

public string code
return string

error public_oe property

public string error
return string

type public_oe property

public Type type
return Type

value public_oe property

public object value
return object