C# Class FileGenerator.Drawables.DrawablesGenerator

Inheritance: DrawableCodeGenerator
Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode Description
Generate ( ) : void
GenerateCore ( ) : void

Méthodes protégées

Méthode Description
WriteUsing ( ) : void

Private Methods

Méthode Description
DrawablesGenerator ( ) : System.Linq
Generate ( DrawablesGenerator generator ) : void
IsSupportedByCore ( string typeName ) : bool
IsValid ( ConstructorInfo constructor ) : bool
WriteDrawable ( ConstructorInfo constructor ) : void
WriteDrawables ( ) : void

Method Details

Generate() public static méthode

public static Generate ( ) : void
Résultat void

GenerateCore() public static méthode

public static GenerateCore ( ) : void
Résultat void

WriteUsing() protected méthode

protected WriteUsing ( ) : void
Résultat void