C# Class ToTypeScriptD.Core.WinMD.DelegateWriter

Inheritance: TypeWriterBase
Afficher le fichier Open project: ToTypeScriptD/ToTypeScriptD

Méthodes publiques

Méthode Description
DelegateWriter ( Mono typeDefinition, int indentCount, ToTypeScriptD.Core.TypeWriters.TypeCollection typeCollection, ConfigBase config ) : System.Collections.Generic
Write ( System sb ) : void

Private Methods

Méthode Description
WriteMethods ( StringBuilder sb ) : List

Method Details

DelegateWriter() public méthode

public DelegateWriter ( Mono typeDefinition, int indentCount, ToTypeScriptD.Core.TypeWriters.TypeCollection typeCollection, ConfigBase config ) : System.Collections.Generic
typeDefinition Mono
indentCount int
typeCollection ToTypeScriptD.Core.TypeWriters.TypeCollection
config ConfigBase
Résultat System.Collections.Generic

Write() public méthode

public Write ( System sb ) : void
sb System
Résultat void