public class InstanceCast : CCodeFunctionCall {
public weak Typesymbol type_reference { get; construct set; } ;
public CCodeExpression inner { get; construct set; } ;
public InstanceCast ( CCodeExpression expr,
Typesymbol type ) ;
}

public InstanceCast ( CCodeExpression expr,
Typesymbol type ) ;
public weak Typesymbol type_reference { get; construct set; } ;
public CCodeExpression inner { get; construct set; } ;
Created by Valadoc