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

public MethodType ( Method method_symbol ) ;
public Method method_symbol { get; set; } ;
Created by Valadoc