vala-1.0 Reference Manual

Synopsis

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


    public                              CCodeComment              ( string              _text ) ;
}

CCodeComment Description

Details

Constructor Details

CCodeComment ()
    public                              CCodeComment              ( string              _text ) ;		

Field Details

Signal Details

Property Details

text
    public    string                    text                      { get; construct set; } ;		

Method Details


Created by Valadoc