C# Class Mono.Rocks.Tools.Eithers

Inheritance: FileGenerator
Mostrar archivo 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 n ) : string
AddCreatorDocs ( CodeTypeDeclaration type, CodeMemberMethod method, int w, int n ) : void
AddEqualsDocs ( CodeTypeDeclaration type, CodeMemberMethod method, int n ) : void
AddEqualsObjectDocs ( CodeTypeDeclaration type, CodeMemberMethod method, int n ) : void
AddFoldDocs ( CodeTypeDeclaration type, CodeMemberMethod method, int n ) : void
AddGetHashCodeDocs ( CodeTypeDeclaration type, CodeMemberMethod method, int n ) : void
CreateCheckFolders ( int n ) : CodeMemberMethod
CreateCreator ( CodeTypeDeclaration type, int w, int n ) : CodeMemberMethod
CreateEither ( int n ) : CodeTypeDeclaration
CreateEquals ( int n ) : CodeMemberMethod
CreateEqualsObject ( ) : CodeMemberMethod
CreateFold ( CodeTypeDeclaration type, int n ) : CodeMemberMethod
CreateGetHashCode ( ) : CodeMemberMethod
CreateHandler ( int w, int n ) : CodeTypeDeclaration
GetCreators ( CodeTypeDeclaration type, int n ) : IEnumerable
GetEitherType ( int n ) : CodeTypeReference
GetFoldParameterType ( int i, int n ) : CodeTypeReference
GetFoldParametersDocs ( CodeTypeDeclaration type, int n ) : IEnumerable
a ( int n ) : string

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