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

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