C# Class FileGenerator.Drawables.DrawableCodeGenerator

Inheritance: CodeGenerator
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes protégées

Méthode Description
DrawableCodeGenerator ( ) : System
GetTypeName ( Type type ) : string
WriteParameterDeclaration ( ParameterInfo parameters ) : void
WriteParameters ( ParameterInfo parameters ) : void

Method Details

DrawableCodeGenerator() protected méthode

protected DrawableCodeGenerator ( ) : System
Résultat System

GetTypeName() protected méthode

protected GetTypeName ( Type type ) : string
type System.Type
Résultat string

WriteParameterDeclaration() protected méthode

protected WriteParameterDeclaration ( ParameterInfo parameters ) : void
parameters System.Reflection.ParameterInfo
Résultat void

WriteParameters() protected méthode

protected WriteParameters ( ParameterInfo parameters ) : void
parameters System.Reflection.ParameterInfo
Résultat void