vala-1.0 Reference Manual

Synopsis

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


    public                              CCodeGotoStatement        ( string              name ) ;
}

CCodeGotoStatement Description

Details

Constructor Details

CCodeGotoStatement ()
    public                              CCodeGotoStatement        ( string              name ) ;		

Field Details

Signal Details

Property Details

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

Method Details


Created by Valadoc