public class CCodeIdentifier : CCodeExpression {
public string name { get; construct set; } ;
public CCodeIdentifier ( string _name ) ;
}

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