C# Class Mono.Rocks.Tools.Eithers

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 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 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