C# Class uREPL.CompileResult

Afficher le fichier Open project: hecomi/uREPL Class Usage Examples

Méthodes publiques

Свойство Type Description
code string
error string
type Type
value object

Property Details

code public_oe property

public string code
Résultat string

error public_oe property

public string error
Résultat string

type public_oe property

public Type type
Résultat Type

value public_oe property

public object value
Résultat object