C# Класс Mono.Rocks.Tools.Eithers

Наследование: FileGenerator
Показать файл Открыть проект

Открытые методы

Метод Описание
Main ( string args ) : int

Защищенные методы

Метод Описание
GetRocksNamespaceTypes ( ) : IEnumerable
GetUsings ( ) : IEnumerable

Приватные методы

Метод Описание
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

Описание методов

GetRocksNamespaceTypes() защищенный Метод

protected GetRocksNamespaceTypes ( ) : IEnumerable
Результат IEnumerable

GetUsings() защищенный Метод

protected GetUsings ( ) : IEnumerable
Результат IEnumerable

Main() публичный статический Метод

public static Main ( string args ) : int
args string
Результат int