vala-1.0 Reference Manual

Synopsis

public class MethodType : DataType  {
    public    Method                    method_symbol             { get; set; } ;


    public                              MethodType                ( Method              method_symbol ) ;
}

MethodType Description

Details

Constructor Details

MethodType ()
    public                              MethodType                ( Method              method_symbol ) ;		

Field Details

Signal Details

Property Details

method_symbol
    public    Method                    method_symbol             { get; set; } ;		

Method Details


Created by Valadoc