public class CCodeComment : CCodeNode {
public string text { get; construct set; } ;
public CCodeComment ( string _text ) ;
}

public CCodeComment ( string _text ) ;
public string text { get; construct set; } ;
Created by Valadoc