C# 클래스 Mono.Rocks.Tools.Lambdas

상속: FileGenerator
파일 보기 프로젝트 열기: mono/rocks

공개 메소드들

메소드 설명
Main ( string args ) : int

보호된 메소드들

메소드 설명
GetRocksNamespaceTypes ( ) : IEnumerable
GetUsings ( ) : IEnumerable

비공개 메소드들

메소드 설명
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

메소드 상세

GetRocksNamespaceTypes() 보호된 메소드

protected GetRocksNamespaceTypes ( ) : IEnumerable
리턴 IEnumerable

GetUsings() 보호된 메소드

protected GetUsings ( ) : IEnumerable
리턴 IEnumerable

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int