C# Class Mono.Rocks.Tools.Lambdas

Inheritance: FileGenerator
Mostra file Open project: mono/rocks

Public Methods

Method Description
Main ( string args ) : int

Protected Methods

Method Description
GetRocksNamespaceTypes ( ) : IEnumerable
GetUsings ( ) : IEnumerable

Private Methods

Method Description
A ( int args ) : CodeMemberMethod
AppendArgs ( StringBuilder expr, int args ) : StringBuilder
CreateLambda ( int n ) : CodeTypeDeclaration
CreateMethod ( string name, CodeTypeReference type, string arg, int argc, bool tret ) : CodeMemberMethod
F ( int args ) : CodeMemberMethod
RecFunc ( int args ) : CodeMemberMethod
XA ( int args ) : CodeMemberMethod
XF ( int args ) : CodeMemberMethod

Method Details

GetRocksNamespaceTypes() protected method

protected GetRocksNamespaceTypes ( ) : IEnumerable
return IEnumerable

GetUsings() protected method

protected GetUsings ( ) : IEnumerable
return IEnumerable

Main() public static method

public static Main ( string args ) : int
args string
return int