public class CCodeGotoStatement : CCodeStatement {
public string name { get; construct set; } ;
public CCodeGotoStatement ( string name ) ;
}

public CCodeGotoStatement ( string name ) ;
public string name { get; construct set; } ;
Created by Valadoc