C# Class Mono.Rocks.Tools.Lambdas

Inheritance: FileGenerator
Afficher le fichier Open project: mono/rocks

Méthodes publiques

Méthode Description
Main ( string args ) : int

Méthodes protégées

Méthode Description
GetRocksNamespaceTypes ( ) : IEnumerable
GetUsings ( ) : IEnumerable

Private Methods

Méthode 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 méthode

protected GetRocksNamespaceTypes ( ) : IEnumerable
Résultat IEnumerable

GetUsings() protected méthode

protected GetUsings ( ) : IEnumerable
Résultat IEnumerable

Main() public static méthode

public static Main ( string args ) : int
args string
Résultat int